- Code: Select all
<?PHP
$qwert = fopen("logo.txt","r+");
while(!feof($qwert))
{
$linia = fgets($qwert);
$linia = chop($linia);
echo "$linia";
echo "\n";
}
fclose($qwert);
?>
BTW: the phpbb board seems to work on lycos' acount
Moderators: macek, egami, gesf
<?PHP
$qwert = fopen("logo.txt","r+");
while(!feof($qwert))
{
$linia = fgets($qwert);
$linia = chop($linia);
echo "$linia";
echo "\n";
}
fclose($qwert);
?>
Return to PHP coding => General
Users browsing this forum: No registered users and 3 guests