Forum: PHP Oct 19th, 2004 |
| Replies: 6 Views: 3,905 Sorry, what? I'm not quite sure what you mean there.
Unless your PHP.ini file has been explicitly modified to do this (register_globals = on), $_GET['page'] will NOT be the same as $page. $_GET is... |
Forum: PHP Oct 18th, 2004 |
| Replies: 6 Views: 3,905 That is not the problem, at least with regard to the error specified. The problem is that you think that by visiting mysite.php?page=2, the variable $page will be set to 2. In the majority of... |