|
Posted by Rik on 01/06/07 07:55
alice wrote:
> I found this code for making a php email form for a web site. It works
> fine on my ISP, but not on my friends...could it be that my ISP uses
> php5, I know that hers does not, so I assume it's php4. Is there
> anyway to tell? Here's the code. It sends me email fine, but when
> it's on her ISP, it says it sent the mail, but nothing goes through.
Look for register_globals and the $_POST array.
--
Rik Wasmus
[Back to original message]
|