Jump to content

.php file read whole script?


Mudsaf

Recommended Posts

Hello, i'm wondering could i make index page with ALOT of functions depending on get parameter.

 

Example

if (isset($_GET['para1'])) {Readthis}if (isset($_GET['para2'])) {Ignorethis}//So does php page read all scripts and data inside them or just para1 if my browser has ?para1=blaa at URL. So better to seperate pages or could i merge them all "kinda" in 1 spot?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...