Re: Dynamic Multi Level Drop Down Menu in PHP/MYSQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello everyone,

Thanks for your reply, but I need only ul and li loop in php.
Could anyone help me to create that function?



Regards,

Vichea

On Fri, May 28, 2010 at 9:29 PM, Atkinson, Robert
<ratkinson@xxxxxxxxxxxxx>wrote:

>
>
>
> http://www.logon2.com.au/blog/archive/troubleshooting/accessible-valid-dropdo
> wn-menu-or-popup-menu-using-css-and-semantic-html/
>
> -----Original Message-----
> From: php-objects@xxxxxxxxxxxxxxx <php-objects%40yahoogroups.com> [mailto:
> php-objects@xxxxxxxxxxxxxxx <php-objects%40yahoogroups.com>] On
> Behalf Of Sovichea SOU
> Sent: 28 May 2010 11:02
> To: php-objects@xxxxxxxxxxxxxxx <php-objects%40yahoogroups.com>
> Subject:  Dynamic Multi Level Drop Down Menu in PHP/MYSQL
>
> Hello everyone,
>
> I want to create a limited drop down menu with <ul>.
> It will look like this:
>
> <ul>
> <li>Item 1</li>
> <li>Item 2
> <ul>
> <li>Item 2a</li>
> <li>Item 2b</li>
> </ul>
> </li>
> </ul>
>
> with this database:
> menu: id, title, link, parentid
>
> Please help me to write php code...
>
> Many thanks and regards,
>
> Vichea
>
> [Non-text portions of this message have been removed]
>
> ------------------------------------
>
>
> Are you looking for a PHP job?
> Join the PHP Professionals directory Now!
> http://www.phpclasses.org/jobs/
> Yahoo! Groups Links
>
>
> ***********************************************************************************
> Any opinions expressed in email are those of the individual and not
> necessarily those of the company. This email and any files transmitted with
> it are confidential and solely for the use of the intended recipient or
> entity to whom they are addressed. It may contain material protected by
> attorney-client privilege. If you are not the intended recipient, or a
> person responsible for delivering to the intended recipient, be advised that
> you have received this email in error and that any use is strictly
> prohibited.
>
> Random House Group + 44 (0) 20 7840 8400
> http://www.randomhouse.co.uk
> http://www.booksattransworld.co.uk
> http://www.kidsatrandomhouse.co.uk
> Generic email address - enquiries@xxxxxxxxxxxxxxxxx<enquiries%40randomhouse.co.uk>
>
> Name & Registered Office:
> THE RANDOM HOUSE GROUP LIMITED
> 20 VAUXHALL BRIDGE ROAD
> LONDON
> SW1V 2SA
> Random House Group Ltd is registered in the United Kingdom with company No.
> 00954009, VAT number 102838980
>
> ***********************************************************************************
>
>  
>   Reply to sender<RATKINSON@xxxxxxxxxxxxx?subject=RE:+%5Bphp-objects%5D+Dynamic+Multi+Level+Drop+Down+Menu+in+PHP/MYSQL>| Reply
> to group<php-objects@xxxxxxxxxxxxxxx?subject=RE:+%5Bphp-objects%5D+Dynamic+Multi+Level+Drop+Down+Menu+in+PHP/MYSQL>| Reply
> via web post | Start a New Topic
> Messages in this topic ()
>  Recent Activity:
>
>    - New Members<http://groups.yahoo.com/group/php-objects/members;_ylc=X3oDMTJmdGlubnFvBF9TAzk3MzU5NzE0BGdycElkAzIwMzE1NjQEZ3Jwc3BJZAMxNzA1MDA2NzY0BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEyNzUwNTcwMjI-?o=6>
>    15
>
>  Visit Your Group<http://groups.yahoo.com/group/php-objects;_ylc=X3oDMTJlMmVpcnRxBF9TAzk3MzU5NzE0BGdycElkAzIwMzE1NjQEZ3Jwc3BJZAMxNzA1MDA2NzY0BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTI3NTA1NzAyMg-->
>  Are you looking for a PHP job?
> Join the PHP Professionals directory Now!
> http://www.phpclasses.org/jobs/
>  MARKETPLACE
>
> Stay on top of your group activity without leaving the page you're on - Get
> the Yahoo! Toolbar now.<http://us.ard.yahoo.com/SIG=15ol5o01l/M=493064.13983314.14041046.13298430/D=groups/S=1705006764:MKP1/Y=YAHOO/EXP=1275064222/L=8c7a520a-6a65-11df-bcae-63530de80939/B=OHg9SGKImmY-/J=1275057022553629/K=xh9yXsPkSkQx88gqC13cSw/A=6060255/R=0/SIG=1194m4keh/*http://us.toolbar.yahoo.com/?.cpdl=grpj>
>   ------------------------------
>
> Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.<http://us.ard.yahoo.com/SIG=15o6ols6o/M=493064.13814537.14041040.10835568/D=groups/S=1705006764:MKP1/Y=YAHOO/EXP=1275064222/L=8c7a520a-6a65-11df-bcae-63530de80939/B=OXg9SGKImmY-/J=1275057022553629/K=xh9yXsPkSkQx88gqC13cSw/A=6078812/R=0/SIG=114ae4ln1/*http://dogandcatanswers.yahoo.com/>
>   ------------------------------
>
> Hobbies & Activities Zone: Find others who share your passions! Explore new
> interests.<http://us.ard.yahoo.com/SIG=15on443dj/M=493064.14012770.13963757.13298430/D=groups/S=1705006764:MKP1/Y=YAHOO/EXP=1275064222/L=8c7a520a-6a65-11df-bcae-63530de80939/B=Ong9SGKImmY-/J=1275057022553629/K=xh9yXsPkSkQx88gqC13cSw/A=6015306/R=0/SIG=11vlkvigg/*http://advision.webevents.yahoo.com/hobbiesandactivitieszone/>
>    [image: Yahoo! Groups]
> Switch to: Text-Only<php-objects-traditional@xxxxxxxxxxxxxxx?subject=Change+Delivery+Format:+Traditional>,
> Daily Digest<php-objects-digest@xxxxxxxxxxxxxxx?subject=Email+Delivery:+Digest>?
> Unsubscribe <php-objects-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>? Terms
> of Use <http://docs.yahoo.com/info/terms/>
>    .
>
> __,
>


[Non-text portions of this message have been removed]



------------------------------------

Are you looking for a PHP job?
Join the PHP Professionals directory Now!
http://www.phpclasses.org/jobs/
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-objects/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/php-objects/join
    (Yahoo! ID required)

<*> To change settings via email:
    php-objects-digest@xxxxxxxxxxxxxxx 
    php-objects-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    php-objects-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/




[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux