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?
hi, does anyone know how to set variables to the newest added result in a table (table has timestamps)? ive tryed my own script but this is the furthest i could get..
$page1 = mysql_query("SELECT * FROM extrapages ORDER BY time_stamp_col DESC LIMIT 5");
I'm aware that this sets 5 of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.