Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: [V7]Neskaito failo

Parašė Tomas215· 2013 Kov. 2 17:03:03
#1

Sveiki. Susidūriau su problemėle. Bandant išvest iš failo turinį jo tiesiog nerodo.

 
 
<?php
/*---------------------------------------------------+
| <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion 7 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2009 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit <a href='http://gnu.org' target='_blank'><span style='color:005C5B'>http://gnu.org</span></a>
+----------------------------------------------------*/
 
require_once "../maincore.php";
require_once THEMES."templates/header.php";
 
 
$f = file("dainos.txt");
echo "$f[0]";
 
require_once THEMES."templates/footer.php";
?>
 

failas kuris turėtų atvaizduot turinį laikomas: adresas.lt/folderis/failas.php
Kame čia problema?

Redagavo Tomas215· 2013 Kov. 2 17:03:50