I have Installed PHPTriad on the computer. Simple PHP pages executed succesffuly.. But when I use Include function it returns an error...
Code :
I have written only Single Statement in my PHP file :
<?PHP Include("http://www.abc.com/test.php"); ?>
Error :
Warning: Failed opening 'http://www.abc.com/test.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\test.php on line 1
Also, If I execute same code on the internet it works.
I am NEW to php.. 🙁
Pleae reply...
Thank you...