GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 12-Nov-2003, 11:00
spyko05 spyko05 is offline
Awaiting Email Confirmation
 
Join Date: Nov 2003
Location: miami
Posts: 2
spyko05 is an unknown quantity at this point

Php Form....help


Could you please tell me what Im doing wrong? The form seems to work fine but the e-mail is never sent.

Here is the form:
www.psend.com
and the other part

PHP Code:

<html>  <head>  <title>Sendemail Script</title>  </head>  <body>    <?php                                                    $myemail = "castaden@bellsouth.net";     if (!isset($visitormail))   echo "Somebody Goofed $ip" ;     $todayis = date("l, F j, Y, g:i a") ;    $subject = "Visitor Mail" ;    $message = " $todayis [EST] \n  Message: $notes \n   From: $visitor ($visitormail)\n  Additional Info : IP = $ip \n  Browser Info: $httpagent \n  Referral : $httpref \n  ";    $from = "From: $myemail\r\n";    if ($myemail != "")   mail($myemail, $subject, $message, $from);    ?>    <b><p align=center>  Date: <?php echo $todayis ?>   <br>  Thank You : <?php echo $visitor ?> ( <?php echo $visitormail ?> )   <br>  <?php echo $ip ?>     <br><br>  <a href="contact.php"> Next Page </a>    </body>  </html> 

 
 

Recent GIDBlogNARMY by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Optimizing your web server with Turck MMCache for PHP JdS Web Hosting Forum 2 07-Jan-2004 07:48
apache2 - php cgi fehler - schleife inna Apache Web Server Forum 8 27-Nov-2003 09:55
Automate a data change php form mjfmn MySQL / PHP Forum 4 20-Oct-2003 09:37
[Linux] Installing PHP --with-mcrypt JdS Web Hosting Forum 0 20-Aug-2003 08:40
All the big PHP script collections that matter jrobbio MySQL / PHP Forum 5 06-Jun-2003 16:14

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 19:50.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.