View Single Post
  #4 (permalink)  
Old 17-03-2008, 14:01
Pandacoder's Avatar
Pandacoder Pandacoder is offline
Junior Member
 
Join Date: Dec 2007
Posts: 16
Default

Hi,

You say that the $PHP_SELF variable will no longer work, is $_SERVER['PHP_SELF'] affected in the same way?

I use $_SERVER['PHP_SELF'] in many of my scripts, not $PHP_SELF, are they the same var?
__________________
$wisdom = array('knowledge', 'patience', 'experience', 'compassion', 'sympathy', 'humour', 'courage', 'tolerance', 'humility', 'Linux');
Reply With Quote