Menu

#2 register_globals

open
nobody
None
5
2003-04-09
2003-04-09
No

Hello, I've just take a look of php script and it seems fine
;)
But it won't work if register_globals are off (it's off by
default from v4.2.0) so you should use "if
($_POST['send']) {" insted of "if ($send) {" ....

Discussion


Log in to post a comment.