PDA

View Full Version : Easy Question!


pyro.699
11-02-2005, 10:28 PM
Ok, im sorta fooling around with scripts, and i thought, hey, it would be increadiablly easy, to have all my *.php files, in one (that have to do wiht the same thing....)


www.domain.com/index.php?kill=littlebrother


and that would be a whole new script, i think.....

so.... gime a hand ;)

Guest190829
11-03-2005, 01:56 AM
You should put all your php files into one, it's not very neat or organized. Imagining having a bug and having to search through all those lines of php code!

The ?do=whatever is generally to do a specific action relating to the php file.