Parker Clack
11-07-2005, 03:58 PM
filburt1 wrote code to include PHP within a php for version 2.xx that worked great and I would like to be able to do the same with 3.51.
What I am using right now in the php file that is displayed is
<? include ('http://yourwebpagehere.html') ; ?>
and it outputs that external file to the php file that I have it loaded to.
Any ideas how to go about doing this?
What I am using right now in the php file that is displayed is
<? include ('http://yourwebpagehere.html') ; ?>
and it outputs that external file to the php file that I have it loaded to.
Any ideas how to go about doing this?