Quote:
Originally posted by milambur
Since it's all on the same server use the absolute path to the file with php include instead, much faster then a http reference.
|
Yeah, I didn't pay enough attention to the original post, I thought he wanted to include across separate servers. I agree with the above post (namely because it's right;), including via absolute path will save you some overhead and make for faster response times in general.