Search found 3 matches
- Sun Jun 27, 2004 9:26 am
- Forum: PHP - Code
- Topic: Why doesn't this work???
- Replies: 8
- Views: 1309
- Sat Jun 26, 2004 6:35 pm
- Forum: PHP - Code
- Topic: Why doesn't this work???
- Replies: 8
- Views: 1309
Sorry, to be honest I'm not familiar with PHP. I used a script from the web to handle my form, but now need to deal with setting it up for a register_global off server. It works fine when I remove the following code: $_POST['Company'], $_POST['Email'], $_POST['Comment'], If I add it back in (which i...
- Sat Jun 26, 2004 5:56 pm
- Forum: PHP - Code
- Topic: Why doesn't this work???
- Replies: 8
- Views: 1309
Why doesn't this work???
Register_globals OFF has messed me up no end - now my mail script doesn't work: <? $to="myemail@mydomain.co.uk"; mail( "myemail@mydomain.co.uk", "Feedback from my domain", $_POST['Name'],$_POST['Company'], $_POST['Email'], $_POST['Comment'], "From: {$_POST['Email']...