Ok i have thisbut i want it to also only to display member = 0PHP Code:<?
ob_start();
include("config.php");
{
$getquest = mysql_query("SELECT * from questinfo WHERE `show` = '0' ORDER BY `id` DESC ");
while ($quest = mysql_fetch_array($getquest))
{
?>
so i want
WHERE `show` = '0'
and
WHERE `member` = '0'
can anyone help??





Reply With Quote
