birdieserver
Programmer
hi, ive made a script which searches a files contents for certain words.. for some reason, the file_contents function doesnt work
//sets vars
$files = $_POST['file'];
$h = file_get_contents("$files");
can you tell me why this doesnt work please?
//sets vars
$files = $_POST['file'];
$h = file_get_contents("$files");
can you tell me why this doesnt work please?