query string syntax problems...
Posted: Thu Oct 19, 2006 8:32 am
hi folks, I'm a beginner in php so please be patient. my question is why this query doesn't work?
thanks for help
Code: Select all
$query = "SELECT * FROM `songs` LIMIT '" . $_REQUEST['fromID'] . "','" . $_REQUEST['toID'] . "'";