Parašė robert· 2008 Rugp. 23 19:08:50
#1
Sveiki iskilo nedidele problemele kurios niekaip negaliu isspresti
Pasidariau upload script padal si tutorial
http://scripterz.info/skaityti,159
Be tai ikelineju faila meta
Parse error: syntax error, unexpected ';' in /home/../.../b/upload_file.php on line 35
O stai cia 30-40 eilutes :
30# <?
31# {
32# echo 'Upload: ' . $_FILES['file']['name'] . '<br />';
33# echo 'Type: ' . $_FILES['file']['type'] . '<br />';
34# echo 'Size: ' . ($_FILES['file']['size'] / 1024) . ' Kb<br />';
35# echo 'Temp file: ' . $_FILES['file']['tmp_name'] . '<br />';
36#
37# if (file_exists('upload/' . $_FILES['file']['name']))
38# {
39# echo $_FILES['file']['name'] . ' already exists. ';
40# }
Redagavo robert· 2008 Rugp. 23 19:08:23