mam pewien problem z php. Mianowicie pojawia mi się cos takiego:
Kod
Parse error: syntax error, unexpected T_VARIABLE in /home/gatuso/public_html/blog/pokaz.php on line 73
oto fragment pliku pokaz.php:
Kod
$see = filesize($path."ksiega.dat");
$file = fopen($path."ksiega.dat","r");
$ere = fread($file $see);
echo "$ere";
fclose($file);
}
$file = fopen($path."ksiega.dat","r");
$ere = fread($file $see);
echo "$ere";
fclose($file);
}
Proszę o pomoc.