Current location: Hot Scripts Forums » Programming Languages » PHP » Display Main Categories


Display Main Categories

Reply
  #1 (permalink)  
Old 11-01-04, 09:49 AM
postyourweb postyourweb is offline
Newbie Coder
 
Join Date: Jul 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Question Display Main Categories

Hi! My links have 18 main categories and 600 somethings subcategories and i want to build a drop down menu for a powersearch option. Below is the script

$result2 = mysql_query("SELECT cid,title FROM yp_cat ORDER BY title");
echo "<select name=\"cid\">";
echo"<option value=\"ANY\">[ ANY ]</option>";
while(list($cid, $title) = mysql_fetch_row($result2)) {
echo "<option value=\"$cid\">$title</option>";
}


$cid - stand for categories id


this script retrieve all the main categories and subcategories in the mysql database. I want to select only the first 18 categories from the database from rows 1-18 and not everything. Please help me out.....

Thanks ahead....

Mike
Reply With Quote
  #2 (permalink)  
Old 11-01-04, 09:58 AM
Bantam Bantam is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
I wouldn't know how todo exactly what you want but there would definatly need to a if command in there with a sub command.
Reply With Quote
  #3 (permalink)  
Old 11-01-04, 10:38 AM
postyourweb postyourweb is offline
Newbie Coder
 
Join Date: Jul 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Never mind I solved the problem

This should would


$result2 = mysql_query("SELECT cid,title FROM yp_cat WHERE cid BETWEEN 1 AND 18 ORDER BY title");
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
display (radio)form along with selected values. al22 ASP 1 10-14-04 03:11 PM
Image display based on URL rjwebgraphix PHP 5 09-09-04 08:02 AM
Advertise on GalacNet ( 500,000 impressions monthly ) galacnet General Advertisements 0 05-04-04 04:16 AM
one main method sniperx Everything Java 6 01-23-04 06:02 AM
Auction Script dg123 Perl 1 11-07-03 12:37 AM


All times are GMT -5. The time now is 04:41 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.