|
Posted by Pedro Graca on 11/20/06 23:17
Danny Smith wrote:
> ... It used to work correctly ...
register_globals
http://www.php.net/manual/en/security.globals.php
Add these two lines at the very top of your script, right after the
first <?php tag
error_reporting(E_ALL);
ini_set('display_errors', '1');
With this configuration, PHP will let you know when you try to use an
inexistent variable.
--
I (almost) never check the dodgeit address.
If you *really* need to mail me, use the address in the Reply-To
header with a message in *plain* *text* *without* *attachments*.
Navigation:
[Reply to this message]
|