Re: [PHP] What makes _SERVER stop working need default view to show nothing

2009-08-03 Thread Miller, Terion
On 8/3/09 12:26 PM, "Miller, Terion" wrote: All of a sudden this stopped working and keeps defaulting to A again if ($_SERVER['SCRIPT_FILENAME'] = "browse.php" ) { $default = "A"; } else { $default = ""; } I was using the above successfully until the boss rewrote the script now

RE: [PHP] What makes _SERVER stop working

2009-08-03 Thread Yuri Yarlei
Maybe the $_SERVER variable has been disable in the server, if is it, you will just need enable the $_SERVER again Yuri Yarlei. Programmer PHP, CSS, Java, PostregreSQL; Today PHP, tomorrow Java, after the world. Kyou wa PHP, ashita wa Java, sono ato sekai desu. > From: tmil...@springfi.gann