Menu
How can i make this work?
in the top of my php file i have
[code=php]$stuff = $_GET[‘p’];
$stuff = end(explode(‘=’, $_SERVER[‘REQUEST_URI’]));
further down i have
[code=php]$sql = ‘SELECT * FROM `quotes` where game = ‘$stuff’ LIMIT 0, 30 ‘;
Fatal error: Database::_sql(); -> Query error:
why wont this work? :/