php includes (was Re: [thelist] SSI Brain Fart)

Andrew andrew at 4serendipity.com
Mon May 6 16:18:01 CDT 2002


<tip type="php include url">

You can include a url (from the same server or a different one) with PHP by
using the following syntax:

<?php

include 'http://some-url';

?>

</tip




More information about the thelist mailing list