Posted by Ewoud Dronkert on 10/22/05 13:19
typingcat@gmail.com wrote: > <?php > if($_SESSION["dbpwd"]=="") Insert this at the start of your code (between the 2 lines above) error_reporting(E_ALL); session_start(); Note the "undefined index" warning. See http://php.net/isset -- E. Dronkert
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming