Click here to Skip to main content
15,889,335 members

Comments by ShubhamSaxena (Top 2 by date)

ShubhamSaxena 6-Jul-14 15:20pm View    
if(isset($_GET['cat_id']))
$cat_id = $_GET['cat_id'];
else
$cat_id = 2 //let 2 be the default category

Now perform the sql query for the category by using the $cat_id to display the topics
ShubhamSaxena 2-Apr-14 17:01pm View    
i was toking abt the code he pasted in one of his comment