Kayn
Fri 12th Jan '01, 1:38pm
Hey php hax0rs,
My question is this:
What type of filse extension would be fastest for includes? I am using straight text files right now, which is along the lines of:
<? include ("blargy.txt"); ?>
Now, I hear that maybe including other php files would be faster, or maybe creating .inc files - which I'm not sure php interprets and reads. I'm a dummy.
I'm a begenning to moderate php code guy (leaning closer towards the beginning), and I'm a BIG fan of optimization and fast loading times. :)
Thanks!
My question is this:
What type of filse extension would be fastest for includes? I am using straight text files right now, which is along the lines of:
<? include ("blargy.txt"); ?>
Now, I hear that maybe including other php files would be faster, or maybe creating .inc files - which I'm not sure php interprets and reads. I'm a dummy.
I'm a begenning to moderate php code guy (leaning closer towards the beginning), and I'm a BIG fan of optimization and fast loading times. :)
Thanks!