can someone help me out with this error
$sql1 = mysql_query(“select * from tbl_category WHERE cat_typeId=‘1’ .mysql_error()”);
$sql2 = mysql_query(“select * from tbl_category WHERE cat_typeId=‘2’ .mysql_error()”);
?>
<?php while($row1=mysql_fetch_array($sql1)) { // error in this line extract($row1); ?>