Question
PHP: URL variable that is unnamed
Suppose I have
<a href="foo.php/?foo"
How would I get at that URL variable?
If I print_r($_GET), I just get an array....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
<a href="foo.php/?foo"
How would I get at that URL variable?
If I print_r($_GET), I just get an array....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
