Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~1K People Reached
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for Barefootsanders

can anyone help me with this?...this is the error msg i get. this is my script <?php //'send me an email' script if ($_POST['submit']) { //get data from form $email = $_POST['email']; $name = $_POST['name']; $phone = $_POST['phone']; $request = $_POST['request']; $details = $_POST['details']; if ($name&&$email&&$phone&&$request&&$details)//existance check { $namelen=20; $emaillen=50; …

Member Avatar for Barefootsanders
0
1K

The End.