Forum Moderators: coopster

Message Too Old, No Replies

Include PHP into html page

         

visa666

12:57 pm on Oct 29, 2008 (gmt 0)

10+ Year Member



Possible answer to [webmasterworld.com...]
PHP installation is secure.
Modify the include code in htm page
<?
$a = file_get_contents("http://www.somedomain.com/file.php");
echo ($a);
?>

dreamcatcher

2:01 pm on Nov 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks for sharing.

dc