Предупреждение: fopen(/input.txt): не удалось открыть поток: такого файла или каталога нет в C:\wamp\www\cycle_gps_sender. php в строке 3
это мой код:
Код: Выделить всё
$location = fopen("/input.txt", "r") or die("Unable to open file!");
echo $location;
fclose($location);
Подробнее здесь: https://stackoverflow.com/questions/370 ... sing-fopen
Мобильная версия