brcolow
11-03-2002, 07:08 PM
Hey, alright I have this line of code
<?php include ("d:\www\www.flashstand.com\tablebanner.html"); ?>
yes, im sure the slashes and the path are right because i include alot on my pages.
I ran a test page with that line of code to test it and for some REALLY weird reason it gives me this error
Warning: Failed opening 'd:\www\www.flashstand.com ablebanner.html' for inclusion (include_path='.;c:\php4\pear') in D:\www\www.flashstand.com\reviews\test2.php on line 1
if anything, it should be....
Warning: Failed opening 'd:\www\www.flashstand.com\tablebanner.html' for inclusion (include_path='.;c:\php4\pear') in D:\www\www.flashstand.com\reviews\test2.php on line 1
So whats up? why is it giving me this werid error??
THanks,
Mike
<?php include ("d:\www\www.flashstand.com\tablebanner.html"); ?>
yes, im sure the slashes and the path are right because i include alot on my pages.
I ran a test page with that line of code to test it and for some REALLY weird reason it gives me this error
Warning: Failed opening 'd:\www\www.flashstand.com ablebanner.html' for inclusion (include_path='.;c:\php4\pear') in D:\www\www.flashstand.com\reviews\test2.php on line 1
if anything, it should be....
Warning: Failed opening 'd:\www\www.flashstand.com\tablebanner.html' for inclusion (include_path='.;c:\php4\pear') in D:\www\www.flashstand.com\reviews\test2.php on line 1
So whats up? why is it giving me this werid error??
THanks,
Mike
