Click here to Skip to main content
15,881,424 members

Comments by LAMBERT Georges (Top 1 by date)

LAMBERT Georges 4-Mar-23 11:26am View    
$location = fopen("c:/Projects/PHP/c.csv", "r") or die("Unable to open file!");
echo $location;
fclose($location);
not run