Hey guys..
Right now my site is like 100 different php files to take care of everything that needs to be done.
Now I hoping that I can try and knock some of that down, ya know do alot more functions in one file instead of having so many different files.
I have sean a bunch of people do the following use an if statment
}
if (submited) {
or evan function do-this
So what I'm asking is how does all of that work??
Lets say I used the function string. How would i get that to work?
lets say i have a link where I want to show the account information. Would i make the link Href look like script.php?=information and then define Function information in the script.php file?
Is that how it works? or am i wrong?
thanks!