Autor Zpráva
Anonymní
Profil *
preco mi tento script:

$aa = "$a2.txt";
if (!file_exist($aa)) {
echo "názov už eistuje, skúste iný";
}

vracia toto:
Fatal error: Call to undefined function: file_exist() in /3w/wz.cz/m/malek/www3/mobil/objednat2.php on line 14

riadok 14 je if (!file_exist($aa)) {

dakujem
Hugo
Profil
Anonymní

Protoze funkce je file_exists()
KORMUS
Profil
Proc?
1) Protoze ses preklepnul
nebo
2) ses nepodival do manualu
http://mirrors.inway.cz/manual/cs/function.file-exists.php
Berzeger
Profil
protože ta funkce není file_exist, ale file_exists!!
Toto téma je uzamčeno. Odpověď nelze zaslat.

0