PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
LINE 6 $email = $HTTP_POST_VARSї'email'];
LINE 7 $name = $HTTP_POST_VARSї'name'];
LINE 8 $mobile = $HTTP_POST_VARSї'mobile'];
LINE 9 $feildone = $HTTP_POST_VARSї'feildone'];
LINE 10 $feildtwo = $HTTP_POST_VARSї'feildtwo'];
LINE 11
LINE 12 // Sends an email to us via the Admin Address
LINE 13 $ourSubject = "Newsletter Sign Up from Website";
LINE 14 $ourBody = "A visitor of our "$sitename" website has left the LINE following information";
LINE 15 $ourBody .= "\nname:".$name;
LINE 16 $ourBody .= "\nemail:".$email;
LINE 17 $ourBody .= "\nmobile:".$mobile;
LINE 18 $ourBody .= "\nfeildone:".$feildone;
LINE 19 $ourBody .= "\nfeildtwo:".$feildtwo;
I've tried single ' and double " I've put in the .varible and no dot.
I'm using Edit Plus to work on the file.
Last edited by nitroxman on Mon Mar 08, 2004 1:33 am, edited 1 time in total.