Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: atvaizdavimas..

Parašė robert· 2009 Spa. 25 20:10:20
#6

$myFile = "testFile.txt";
$fh = fopen($myFile, 'r');
$theData = fgets($fh);
fclose($fh);
echo $theData;




Redagavo robert· 2009 Spa. 25 20:10:32