09-12-2008, 10:46 PM
|
#8 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Data that is passed through a URL is considered form data.
Just try this:
PHP Code:
echo $_GET['category'];
so if you view the page index.php?category=Yeah Toast the output would look like this:
|
|
|
|