Lester Caine wrote: > On 03/03/15 12:22, Release Edl wrote: >> I just ad (as Aziz) suggests: >> >> <?php >> error_reporting(-1); >> ini_set('display_errors', 'on'); >> ?> >> >> And now I think we're going to a solution, as page shows: >> >> PHP Notice: Undefined variable: id in >> D:\web\localuser\guizzardibelavista\www\vertudo.php on line 24 PHP >> Notice: Use of undefined constant php - assumed 'php' in >> D:\web\localuser\guizzardibelavista\www\vertudo.php on line 36 PHP >> Notice: Undefined variable: id in >> D:\web\localuser\guizzardibelavista\www\vertudo.php on line 54 PHP >> Notice: Undefined variable: id in >> D:\web\localuser\guizzardibelavista\www\vertudo.php on line 116 > > The problem is that those are only notices which should be able to be > switched of without breaking the flow. I think I would have expected an > 'error' ... An undefined variable *might* be caused by the script requiring register_globals=On, though. -- Christoph M. Becker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php