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

Andrew thelist at lists.evolt.org
Mon May 6 16:18:01 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