PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Notice: Undefined variable: sender_name in c:\appserv\www\giftwaremarketing-uptodatalinks\rubbish2.php on line 15
Notice: Undefined variable: sender_email in c:\appserv\www\giftwaremarketing-uptodatalinks\rubbish2.php on line 19
Notice: Undefined variable: message in c:\appserv\www\giftwaremarketing-uptodatalinks\rubbish2.php on line 26
Notice: Undefined variable: op in c:\appserv\www\giftwaremarketing-uptodatalinks\rubbish2.php on line 35
The errors are what you would expect from looking at the code. Problem is, this script, without errors, is just the ticket for me. Is the jigsaw piece that is missing from the code or my brain?
The problem is the code relies on a setting called register_globals that used to default to on (PHP 4) but now defaults to off and is going to be removed in future for security reasons.
Thank you both, but it didn't work. Perhaps I need to turn something on, on my installed version of php. Could you run it on your computer; it's just the one page to see if it works. Thanks.