Results 1 to 3 of 3
-
29th Oct 2011, 09:09 PM #1OPMemberWebsite's:
imdber.org justpaste.meList category ID's
I want to list all the categories in a page. Each posts have a column with their corresponding category id (numerical). Now how do i list all the categories in a page?
PHP Code:$db = mysql_connect(HOST,UNAME,PASS);
mysql_select_db(DBNAME);
$query = mysql_query("select * from POSTS");
while($row = mysql_fetch_object($query)){
switch($row->category){
case 1: echo 'Category A';break;
case 2: echo 'Category B';break;
case 3: echo 'Category C';break;
case 4: echo 'Category D';break;
case5: echo 'Category E';break;
default: echo 'Uncategorized';
}
Apathetic Reviewed by Apathetic on . List category ID's I want to list all the categories in a page. Each posts have a column with their corresponding category id (numerical). Now how do i list all the categories in a page? $db = mysql_connect(HOST,UNAME,PASS); mysql_select_db(DBNAME); $query = mysql_query("select * from POSTS"); while($row = mysql_fetch_object($query)){ switch($row->category){ case 1: echo 'Category A';break; case 2: echo 'Category B';break; case 3: echo 'Category C';break; Rating: 5
-
29th Oct 2011, 09:19 PM #2OPMemberWebsite's:
imdber.org justpaste.meWOoooooPPPzzzz:
PHP Code:select distinct category from posts
-
30th Oct 2011, 12:59 PM #3MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comyou can try
PHP Code:$query = mysql_query("select * from POSTS group by category");
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Category List Help
By shahzadali55 in forum Webmaster DiscussionReplies: 5Last Post: 28th Aug 2012, 08:04 AM -
Different css for different category.
By r00ts in forum WordpressReplies: 1Last Post: 1st May 2012, 11:11 AM -
Category list in header wordpress
By samipk in forum Technical Help Desk SupportReplies: 6Last Post: 9th Jun 2011, 04:47 AM -
[Datalife Engine] How to change category list order?
By Divvy in forum Webmaster DiscussionReplies: 10Last Post: 30th Apr 2011, 11:10 PM -
List of ips what spam/ddos - Please add yours if you have a list
By Sp32 in forum Webmaster DiscussionReplies: 23Last Post: 3rd Jul 2009, 04:07 AM
themaPoster - post to forums and...
Version 5.23 released. Open older version (or...