works fine on the desktop with xampp but when i upload it to my webhost it doesnt. The file x.csv is in the same dir
$csv_file = "x.csv";
$handle = fopen(($csv_file), "r");
the error i get is-
fopen(x.csv): failed to open stream: No such file or directory in /var/www/html/x/admin/import_one.php on line 12
Where am I going wrong?