PHP Question / Help
I am trying to use a news script using the include function using the instuctions below:
| 2) Using PHP include() - you can use a PHP include() in any of your PHP pages. Edit your .php page and put the code below where you want the news to be. |
<?php include("D:\Hosting\6387712\html\newsscript\installation.phpnews.php"); ?> |
But when I do I get the following errors as seen on http://www.abbeyplace.ca
Warning: include(D:\Hosting387712\html ewsscript\installation.phpnews.php) [function.include]: failed to open stream: No such file or directory in D:\Hosting\6387712\html\index.php on line 200
Warning: include() [function.include]: Failed opening 'D:\Hosting387712\html ewsscript\installation.phpnews.php' for inclusion (include_path='.;C:\php5\pear') in D:\Hosting\6387712\html\index.php on line 200
I am truely a noob when it comes to this, so I am sorry if this is a silly question.
Paul
