hiya! the following code gives errors for the db_query and the fetch_array.
global $retid;
if ($type = 'all') {
$SQL = " SELECT * FROM gigs ORDER BY date ";
$retid = mysql_db_query($db, $SQL, $cid);
while ($row = mysql_fetch_array($retid)) {
just wondering if anyone is abel to help?!??
thanks in advance