admin101 Posted July 14, 2008 Share Posted July 14, 2008 [move][/move] i need an all catagory list on m y index page. = Skype id: vernessra [email protected] Link to comment https://forums.phpfreaks.com/topic/114725-hi-a-m-new-can-anyone-hel-p-me-with-this-php-problem/ Share on other sites More sharing options...
Dethman Posted July 14, 2008 Share Posted July 14, 2008 A little more info please so I can create an entire script for you aka what do you want the php to display? Link to comment https://forums.phpfreaks.com/topic/114725-hi-a-m-new-can-anyone-hel-p-me-with-this-php-problem/#findComment-589946 Share on other sites More sharing options...
Dethman Posted July 14, 2008 Share Posted July 14, 2008 And can I see your html/php on the index page already? Link to comment https://forums.phpfreaks.com/topic/114725-hi-a-m-new-can-anyone-hel-p-me-with-this-php-problem/#findComment-589948 Share on other sites More sharing options...
Barand Posted July 14, 2008 Share Posted July 14, 2008 <?php $array = array ('category 1', 'category 2', 'category 3'); foreach ($array as $cat) echo $cat, '<br />'; There you are. Link to comment https://forums.phpfreaks.com/topic/114725-hi-a-m-new-can-anyone-hel-p-me-with-this-php-problem/#findComment-589951 Share on other sites More sharing options...
admin101 Posted July 15, 2008 Author Share Posted July 15, 2008 http://www.jumbboree.com/index.php this is the home page At the moment subcategories are hidden. What I need is a popup menu which shows all top categories in bold blue and subcategories in another font below in alphabetic order Skype id: vernessra [email protected] Link to comment https://forums.phpfreaks.com/topic/114725-hi-a-m-new-can-anyone-hel-p-me-with-this-php-problem/#findComment-590734 Share on other sites More sharing options...
JD* Posted July 15, 2008 Share Posted July 15, 2008 For that, look into CSS and the suckerfish dropdowns (search that on google) Link to comment https://forums.phpfreaks.com/topic/114725-hi-a-m-new-can-anyone-hel-p-me-with-this-php-problem/#findComment-590737 Share on other sites More sharing options...
admin101 Posted July 15, 2008 Author Share Posted July 15, 2008 http://www.jumbboree.com/index.php [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/114725-hi-a-m-new-can-anyone-hel-p-me-with-this-php-problem/#findComment-590740 Share on other sites More sharing options...
admin101 Posted July 15, 2008 Author Share Posted July 15, 2008 E.g http://www.adobe.com/ or similar Link to comment https://forums.phpfreaks.com/topic/114725-hi-a-m-new-can-anyone-hel-p-me-with-this-php-problem/#findComment-591034 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.