Hello,
I'm becoming familiar with using $_GET to grab a string passed in a URL, like when I grab the "bar" part in something like test.php?foo=bar. But what if I want to grab the "foo" part of that URL? I'm trying to condense my code and reduce the number of database connections and queries. Being able to grab that part of the URL would help a lot.
Rgds,
IgnatiusR