Is it possible to send multiple variables I know one can be be sent as a link
ex: test.php?testid=1
how would i send more than the one variable is what I am trying to find. I found the answer 2 to 3 months ago when I didnt need it now I can't find it.
Thanks in advance guys.
sending multiple variables at once
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
foo.php?var1=foo&var2=bar&var3=bar+need+beeeeer
Code: Select all
print_r($_GET);