Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- isset - how do you explain everything it does?


londrum - 8:09 pm on Sep 15, 2012 (gmt 0)


it's possible to set (or overwrite) a GET variable or a POST variable in your script, just be writing
$_GET['page'] = 'blah';
$_POST['page'] = 'blah';

so they don't have to come from a URL or a form (although they usually do).

i think isset just checks whether a variable exists. it doesn't care where it came from.


Thread source:: http://www.webmasterworld.com/php/4495557.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com