Does PHP Slow Down Website Loading Time?
What i'm trying to do is, make 1 php file, contain 100's of HTML examples. Then I would set it up with 100's of elseif statements. Then in my web help site, I would use php includes, to include 1 example, using urls like this,
?example=001
I'm thinking, i'm not sure, but if I call on 1 example... Does the other 100 of them still load?
Also would it be safe to call on 10 examples within the same html page.
Thanks