Search found 1 match

by joeldg
Tue Jun 03, 2003 11:54 am
Forum: PHP - Code
Topic: that article on single page php sites
Replies: 1
Views: 582

that article on single page php sites

umm.. okay not to be too picky, but why on earth would you use a switch? Every time you want to add a page you would need to code in another "case" stmt. Why not just dynamically include it after you check if the file exists. (yes, php supports dynamic includes, and I hope they *never* cha...