Can PHP deal with variables that are not initialized? It is kicking out an error when it runs into something that is not defined yet. mysql_select_db("mydb",$db); if ($id) { <=========Not initialized and PHP kicks an error? // query the DB Thanks! Dwight -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP-WIN] Uninitialized Variables Dwight Sparling
- Re: [PHP-WIN] Uninitialized Variables Olivier Hubert
- Re: [PHP-WIN] Uninitialized Variables Florian Poizac
- RE: [PHP-WIN] Uninitialized Variables Darvin Andrioli
- Re: [PHP-WIN] Uninitialized Variables Phil Driscoll