include_once "config.php";
include_once "left_index.php";
include_once "right_index.php";
function main()
{
?>
if ( isset($_REQUEST["msg"])&&$_REQUEST['msg']<>"")
{
?>
|
print($_REQUEST['msg']);
?>
|
}//end if
?>
|
| |
|
| |
| Software
Categories |
$cats1=mysql_query("select * from sbwmd_categories where pid=0 ");
$cnt=1;
while($rst=mysql_fetch_array($cats1))
{
if(($cnt%2)==1)
{
?>
} //end if?>
| |
if(($cnt%2)==0)
{
?>
} //end if?>
$cnt++;
}//end while
?>
|
|
|
Featured Resources |
$featured_sites=mysql_query("select * from sbwmd_featuredads ");
$cnt=0;$num=0;
while($rst=mysql_fetch_array($featured_sites))
{
if(($cnt%2)==1)
{
$num++;
?>
} //end if?>
|
if(($cnt%2)==0)
{
?>
} //end if?>
$cnt++;
}//end while
?>
|
|
}// end main
?>
include_once "template.php";
?>