Hey, I've just uploaded some stuff to server and it works fine but theres a big error message through the screen saying "undefined variable seacrh at line 15"
Code:
if(isset($_GET['search']))
if(!isset($cmd))
{
$search = $_GET['search'];
}
$keywords = explode(" ", $search); <--- line 15
Also is there any way to write to an outfile (SQL) on my server. It worked offline but my absolute path isn't working. I assume the directory can't be written to.
Thanks for any help