Passing data on the url line
Moderator: General Moderators
Passing data on the url line
If I want to pass more information that just ?action=xxx on the url, what is the format? I've tried many tutorials on the web. but can't find one that explains anything other than just the ?action= syntax.
Re: Passing data on the url line
Code: Select all
?a=1&b=2&c=3-
thecodewall
- Forum Commoner
- Posts: 33
- Joined: Sun Dec 26, 2010 8:37 am
Re: Passing data on the url line
Url variables can be dangerous when not properly set-up. Try to read this post:
http://codewall.blogspot.com/2010/12/da ... iable.html
http://codewall.blogspot.com/2010/12/da ... iable.html