View Single Post
Old 03-31-2006, 02:58 AM   · #9
sacx13
NamePros Regular
 
Trader Rating: (8)
Join Date: Mar 2006
Posts: 394
NP$: 286.68 (Donate)
sacx13 is on a distinguished road
Caution

Is more easy in this way ...

PHP Code:
<?php

function get_articles_cat($cat)
{
//  sql stuff searching for articles from categories $cat
}

$cat = $_GET['cat'];

if (
$cat != "") get_articles_cat($cat);

?>


if you trto doit with if's you will need to add a if for each category added

Regards


Please register or log-in into NamePros to hide ads
sacx13 is offline   Reply With Quote
Site Sponsors
YUPPADS Buy Flash Arcade Game Script http://www.mobisitetrader.com/
Advertise your business at NamePros
All times are GMT -7. The time now is 08:41 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.