Search found 3 matches

by ieattrees0
Sun Nov 30, 2008 10:26 pm
Forum: PHP - Code
Topic: Need help with feedback form script
Replies: 4
Views: 278

Re: Need help with feedback form script

solved the problem thanks for the help
by ieattrees0
Sun Nov 30, 2008 12:31 pm
Forum: PHP - Code
Topic: Need help with feedback form script
Replies: 4
Views: 278

Re: Need help with feedback form script

thanks for the quick response but can you explain more please. im new to all this so still learning.
by ieattrees0
Sun Nov 30, 2008 6:15 am
Forum: PHP - Code
Topic: Need help with feedback form script
Replies: 4
Views: 278

Need help with feedback form script

hi i am new here and i need help with my feedback form script. the script sends me the email when i press submit button but it is always empty here is my script <?php $firstname = $_REQUEST['firstname'] ;   $lastname = $_REQUEST['lastname'] ;   $contactnumber = $_REQUEST['contactnumber'] ;   $email ...