Top

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 
  Bookmark and Share

Introduction

Well, Just edit this and you should have something. o.o

~ Brandon


Its Another Script using things like:

index.php?page=index

Grab the Code

Comments

  (2)  RSS
Brandon
Comments: 10
 
PHP Snippet:  Another ?page= (id) Script
Posted on May 4, 2007 6:01 pm
No Comments eh?
Blank
Comments: 6
 
PHP Snippet:  Another ?page= (id) Script
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.

Please Register or Login to start posting comments.
Bottom