View Single Post
Old 04-30-2004, 05:42 PM  
fusionx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Olongapo City, Philippines
Posts: 4,618
here's the real deal: http://us4.php.net/include/

and here's the quickie:

PHP Code:
<?php include 'http://www.example.com/file.php?foo=1&bar=2'?>
or

PHP Code:
<?php include 'file.php?foo=1&bar=2'?>
or

PHP Code:
<?php include '/sub/file.php?foo=1&bar=2'?>
fusionx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote