Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
PHP Form Job, Needs to be done ASAP, Will Pay $$£$
Old 12-04-2005, 02:19 PM PHP Form Job, Needs to be done ASAP, Will Pay $$£$
rhysgregory's Avatar
Ultra Talker

Posts: 461
Location: Cardiff, Wales, UK
Trades: 8
I have a contact form yeh, people can type in their name and e-mail address and a little message…

I need a contact form where people can upload an image or a file that they can send me in the message…

Like the one on http://www.yousendit.com/


I have a contact form already which ‘posts’ to ‘mail2.php; I think it may be a simple case of editing it…perhaps



Let me know a cost… I need it done quick, I have another person working on it for ‘’£4’’ can you get it done before him for ‘’£4.50’’ +

Here is the html code..



<form action="mail2.php" method="post">

<font color="#000000">Name: </font> <input type="text" name="name"><font color="#000000"><br/>

Email Address: </font> <input type="text" name="email"><font color="#000000"><br/>

Message:</font><br/>

<textarea name="message" cols="30" rows="5"></textarea><br/>

<input type="submit" value="send"><br/>

</form>



PHP file ‘mial2.php’ below:



<?php



//variables (change these)



$youremail = "rhys.gregory@ntlworld.com";

// your email address



$subject = "Message From st.uk:";

// the subject of the email



$thankyou = "confirmation2.html";

// thank you page



// don't change anything else



if($email == ""){

?>

No email address added. Please go back.<br/>

<?php

}elseif($name == ""){

?>

No name added. Please go back.<br/>

<?php

}elseif($message == ""){

?>

No message added. Please go back.<br/>

<?php

}else{



$msg = ereg_replace("\\\'", "'", $message);

$msg = ereg_replace('\\\"', "\"", $msg);

$message1 = "from: $name\nemail: $email\nmessage:\n$msg1";



mail($youremail, $subject, $msg, "From: $email\r\nReply-to: $email\r\n");

?>

<meta http-equiv="refresh" content="0; url=<?echo $thankyou;?>"">

<?php

}

?>


So sorry didnt stick to forum rules i was in such a rush.... really sorry, will never happen again. please don't delete
__________________

Please login or register to view this content. Registration is FREE
--> Free Webmaster & Seo Tools, Generators,, Articles..
rhysgregory is offline
Reply With Quote
View Public Profile Visit rhysgregory's homepage!
 
 
Register now for full access!
Old 12-05-2005, 06:45 AM
rhysgregory's Avatar
Ultra Talker

Posts: 461
Location: Cardiff, Wales, UK
Trades: 8
i need this job done...............

i have loads of other php jobs available for $£$£$ PM me
__________________

Please login or register to view this content. Registration is FREE
--> Free Webmaster & Seo Tools, Generators,, Articles..
rhysgregory is offline
Reply With Quote
View Public Profile Visit rhysgregory's homepage!
 
Old 12-05-2005, 09:57 AM
Ultra Talker

Posts: 251
Location: Belgium, Antwerp, Zoersel
Trades: 0
Ok, I made a little script. I'll send you a PM about this.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Orodreth is offline
Reply With Quote
View Public Profile Visit Orodreth's homepage!
 
Old 12-05-2005, 10:10 AM
rhysgregory's Avatar
Ultra Talker

Posts: 461
Location: Cardiff, Wales, UK
Trades: 8
That is exactly what i am looking for... great, let me know how you want the payment..
__________________

Please login or register to view this content. Registration is FREE
--> Free Webmaster & Seo Tools, Generators,, Articles..
rhysgregory is offline
Reply With Quote
View Public Profile Visit rhysgregory's homepage!
 
Reply     « Reply to PHP Form Job, Needs to be done ASAP, Will Pay $$£$
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22939 seconds with 12 queries