Trium918 Posted April 6, 2007 Share Posted April 6, 2007 Is it possible to create a multi-level drop down menu using php/mysql. I know that it can be done using Java Script from http://dynamicdrive.com/, but want about php? Link to comment https://forums.phpfreaks.com/topic/45891-solved-is-it-possible/ Share on other sites More sharing options...
Jove Posted April 6, 2007 Share Posted April 6, 2007 this is not possible with php, but if you don't want to use javascript, you could have a look at css Link to comment https://forums.phpfreaks.com/topic/45891-solved-is-it-possible/#findComment-222933 Share on other sites More sharing options...
per1os Posted April 6, 2007 Share Posted April 6, 2007 PHP is a processing language, it does not know about the front end/client. You need the HTML/CSS/JScript to do that. Link to comment https://forums.phpfreaks.com/topic/45891-solved-is-it-possible/#findComment-222961 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.