Forum Moderators: coopster

Message Too Old, No Replies

question about $ SERVER['PHP SELF']

         

Sarah Atkinson

6:51 pm on May 6, 2008 (gmt 0)

10+ Year Member



Ok so this will return the page file. IS there a similar one that will return the goblygook GET Variables attached to the end?

eelixduppy

6:54 pm on May 6, 2008 (gmt 0)



You can use $_SERVER['QUERY_STRING'] or just the $_GET super-global array if you want to access particular ones.