0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Perfect! [QUOTE=narasingh;838581]We can create multi level drop down using php/mysql . we can also create up to unlimited level of drop down using this code. first i am creating a mysql table [code=sql]CREATE TABLE IF NOT EXISTS `navi_links` ( `link_id` smallint(6) NOT NULL auto_increment, `link_parent` smallint(6) NOT NULL, `link_url` varchar(255) …
Thanks Spaiz, that works for me
The End.
kodegeek