Drop down Event which calls php scripts

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
cuvaibhav
Forum Newbie
Posts: 1
Joined: Fri Aug 29, 2008 8:21 pm

Drop down Event which calls php scripts

Post by cuvaibhav »

Hi,

I have a drop down whose values are as follows and will be stored in a sql table:
-one
-two
-three

When a value is selected in drop down then a certain list has to be displayed which needs to be pulled from sql table... list will vary based on selection...
e.g., When one is selected then display following items:
1] one
2] one one
3] one one one

I am new in php so please guide me how to make this happen or please provide a sample code....

Thanks and Regards,
Vaibhav
Post Reply