• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

php: populating 3 listboxes

Status
Not open for further replies.

forward45

Smash Rookie
Joined
Jan 31, 2008
Messages
2
I was converting old asp files to php.

But I'm stuck at this point.

I'm looking for a triple combo listboxes where one has "book" the other "chapter" and the third "verse". The book is populated by a database table. Once book is selected then chapter is populated and then verse.

Any tutorial related to this?
Reply With Quote
 

Surgo

Smash Apprentice
Joined
Jan 20, 2008
Messages
125
Location
Sitting on the edge of time
You want Javascript. PHP only helps here in that it connects to the database for you.

Use Javascript so that when a certain option of listbox #1 is pressed, listbox #2 is populated. Then, use PHP to generate the javascript code that handles each list.
 
Status
Not open for further replies.
Top Bottom