No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
[B]clean up your code so it can be read w/o problems [/B]and I'll take a look. found one error before I got tired of trying to read. onsubmit="javascript: return checkPass();"> << you dont need the javascript: part just onsubmit="return checkPass();" and that should return either true or false (for submitting …
[code=php] // $to = ''.$email.'' . ', '; // note the comma << DON'T USE // $to .= '[email protected]'; << DON'T USE // $subject = "$subject"; << DON'T USE $body = "Guest message.\n\n $message\n\n"; // USE ONE MAIL FUNCTION PER EMAIL mail ($email, $subject, $body, 'From: '.$sender.''); mail ("[email protected]", $subject, …
The End.
instantcarma