Another ?page= (id) Script
PHP Code
+ 0 likes
Please Register to submit score.
| Average Score | 2.0 |
| Scores Submitted | 1 |
| Date Added | Apr 27, 2007 |
| Last Updated | Apr 27, 2007 |
| Tags | id |
|
|
Introduction
~ Brandon
Its Another Script using things like:
index.php?page=index
PHP Snippet:
Another ?page= (id) Script
Posted on May 4, 2007 6:01 pm
Posted on May 4, 2007 6:01 pm
No Comments eh?
PHP Snippet:
Another ?page= (id) Script
Posted on Sep 3, 2007 6:55 am
Posted on Sep 3, 2007 6:55 am
I'd just be worried about throwing up errors if i ran that. It only checks if the get field is set once. The way to do this without incurring errors would be to have all the checks for the pages _inside_ the "if (isset($_GET['page'])){". I'd also suggest using switch instead of "if" statements for the page numbers.




