ladee_tee
July 25th, 2008, 07:56 PM
So I have this.
<? include("/lays/circle01.txt") ?>
<? include("credits.php") ?>
In my textarea.
But it keeps saying
<br />
<b>Warning</b>: include(/lays/circle01.txt) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/funkykis/public_html/myspace/layouts/circles.php</b> on line <b>40</b><br />
<br />
<b>Warning</b>: include() [<a href='function.include'>function.include</a>]: Failed opening '/lays/circle01.txt' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/funkykis/public_html/myspace/layouts/circles.php</b> on line <b>40</b><br />
<div style="position:absolute; top:5; right:5"><a href="http://www.funkykiss.net/" target="_blank"><font face="arial" size="3" color="black"><b>Want Myspace Lays?</b></font></a></div>
How do I make it work?
<? include("/lays/circle01.txt") ?>
<? include("credits.php") ?>
In my textarea.
But it keeps saying
<br />
<b>Warning</b>: include(/lays/circle01.txt) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/funkykis/public_html/myspace/layouts/circles.php</b> on line <b>40</b><br />
<br />
<b>Warning</b>: include() [<a href='function.include'>function.include</a>]: Failed opening '/lays/circle01.txt' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/funkykis/public_html/myspace/layouts/circles.php</b> on line <b>40</b><br />
<div style="position:absolute; top:5; right:5"><a href="http://www.funkykiss.net/" target="_blank"><font face="arial" size="3" color="black"><b>Want Myspace Lays?</b></font></a></div>
How do I make it work?