View Single Post
Old Aug 10th, 2006, 1:20 PM   #9
Xeoncross
Newbie
 
Xeoncross's Avatar
 
Join Date: Aug 2006
Posts: 11
Rep Power: 0 Xeoncross is on a distinguished road
Lightbulb About PHP's Include...

Jimbo is right, PHP will process all external PHP files (meaning OUT SIDE of your server) and THEN give the result to the file that is including them. So there is NO risk in including google or anyone else’s page. (at lest in the PHP code that is :p)

If you want to learn more about PHP's include function I wrote a lesson on it at:
learnphpfree.com - PHP Include
Xeoncross is offline   Reply With Quote