hello everybody,
i have a problem with sending URL Parameters through PHP.
OK, the problem is like this! .. i'm sending a paramter like this .. "http://some.web.path/page.php?id=25" now the issue is, how do we control if someone just deletes the 25 and send a request to the server AND if someone deleted the entire "id=25" and send a request? ....
is it something to do with "empty()" or "isset()" ..... plz help me out my friends ....