Search found 6 matches

by jaimeg
Tue Jan 21, 2003 3:39 am
Forum: PHP - Code
Topic: email form help
Replies: 9
Views: 1383

that did it.

WOW that did it.
The form works!!! .$
NOw I can go to sleep it's 2.41 am in ALbuquerque.

thank you so very much.

Part II tomorrow, I will have to figure out how to redirect to a confirmation page and error check the form.

Thank you .. Thank you.. Thank you.

Jaime
by jaimeg
Tue Jan 21, 2003 3:25 am
Forum: PHP - Code
Topic: need very simple form can anyone help me build one?
Replies: 2
Views: 425

need very simple form can anyone help me build one?

I'm running php 4.22. Does anyone have a very simple form code. I need 3 inputs name email message. and I need it to go to my email and print the input values. I can design the form in html. If I can start with a simple form I can understand the code and then add more $inputs as are needed. Thank yo...
by jaimeg
Tue Jan 21, 2003 3:15 am
Forum: PHP - Code
Topic: email form help
Replies: 9
Views: 1383

I get the emails I just don't get the input from the fields from the senders. name, email and message. I get the headers that I typed. My web site features sais it comes pre-configured with php, and since I get the emails but not the information, do I still need to check if I the sysadmin installed ...
by jaimeg
Tue Jan 21, 2003 3:04 am
Forum: PHP - Code
Topic: email form help
Replies: 9
Views: 1383

the website is running PHP Version 4.2.2 Where in the script do I post this code?: echo '<h1>'.$_POST.'</h1>'; echo '<pre>'; print_r($_POST); echo '</pre>'; echo '<h1>'.$HTTP_POST_VARS.'</h1>'; echo '<pre>'; print_r($HTTP_POST_VARS); echo '</pre>'; before the mail () or after it? Jaime
by jaimeg
Tue Jan 21, 2003 2:50 am
Forum: PHP - Code
Topic: email form help
Replies: 9
Views: 1383

email form help

I have a simple form I am learning from a book. I found out why it was not working so I corrected it to --- $_post [' variable '] --- but the message is still not printing on my email. I get the email from the sender but not the input [' variable '] they fill out. Is their anything wrong with this c...
by jaimeg
Tue Jan 21, 2003 1:59 am
Forum: PHP - Code
Topic: Need help with globals / superglobals / register_globals ...
Replies: 2
Views: 416

Need help with globals / superglobals / register_globals ...

how do I set the superglobals on a simple email form like the one below? My sysadmin refuses to enable the register_globals (it defaults to off) When forms are filled out and sent, I see only the subject, from, to on the email headers but the sender's form information sender_email, message and sende...