Passing data on the url line

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
cearlp
Forum Newbie
Posts: 4
Joined: Sat Nov 13, 2010 4:17 pm

Passing data on the url line

Post by cearlp »

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.
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: Passing data on the url line

Post by McInfo »

Code: Select all

?a=1&b=2&c=3
Wikipedia: Query String
thecodewall
Forum Commoner
Posts: 33
Joined: Sun Dec 26, 2010 8:37 am

Re: Passing data on the url line

Post by thecodewall »

Url variables can be dangerous when not properly set-up. Try to read this post:
http://codewall.blogspot.com/2010/12/da ... iable.html
Post Reply