http://nomilead.com/create.php?uid=abc&key=c79a&web_url=http://dinesh707.blogspot.com/
Here im trying to send the url as a parameted "web_url". The shown is an ajax request that sends to a php server back end.
from php end im trying to capture this by
$web_url = $_GET["web_url"];
but it does not work.
Please help me out here.