Re: [PHP] problems with PHP code (Please help!)

2002-11-19 Thread Justin French
Ask your host to set-up a .htaccess file to turn register_globals ON, or you need to do some research in the archives for "register globals"... it's been discussed to death. Basically, instead of a form value being something like $firsName, it's now $_POST['firstName'] or $_GET['firstName'] (depen

[PHP] problems with PHP code (Please help!)

2002-11-18 Thread `Yan Grossman
Dear Friends, I run some PHP scripts to deal with sending forms data to my email adress. But, my "nice" Host provider upgraded the server to another version of PHP 4 and I notice that now the scripts are not working. I don't receive the emails anymore. They say I have to make sure all my code work