Dynamic Dropdown menu

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Mobile
Forum Newbie
Posts: 2
Joined: Wed Jul 31, 2002 1:20 pm

Dynamic Dropdown menu

Post by Mobile »

Does anyone know if a Dynamic Dropdown menu can be done from a text file. The text file is only going to contain a list of names which gets updated by script. I've found the mysql one but thats no good to me because i can't use mysql for this task.

Thanks in advance Mobile
User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post by llimllib »

Of course it's possible - you'll just have to write it, not 'find' it, since it's probably not out there. Or, even if it is, it's more fun to write it anyway. :)
Mobile
Forum Newbie
Posts: 2
Joined: Wed Jul 31, 2002 1:20 pm

Post by Mobile »

not very good with php m8, any chance you can code? Properly be do in about 5secs with you lo.


Mobile
User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post by llimllib »

I charge $40 an hour, and accept all major credit cards. Billing address available on request. Also, there's a 'job hunt' section on this forum you might be interested in.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

I'm not sure why anybody thinks this is a script writing service but anyway. Jobs forum is where you post if you want somebody else to do the work for you. PHP forum is where you post if you are having trouble with code that has already been written.

If you maybe want to try and learn how to do this yourself the manual is the place to start:
http://www.php.net/manual/en/ref.filesystem.php

Mac
Post Reply