dswint
Apr 15th, 2011, 08:14 PM
i am using ajax GET's (because post is forbidden) to fire off a webscript.
i need to send url params to the webscript so it does the right thing (search query string).
is there an easy way to do it like php? e.g. $foo = $_GET['someparam'];
ive review some docs but everything is kind of mediocre with little in the way of examples.
any help would be great
i need to send url params to the webscript so it does the right thing (search query string).
is there an easy way to do it like php? e.g. $foo = $_GET['someparam'];
ive review some docs but everything is kind of mediocre with little in the way of examples.
any help would be great