numan82 Posted November 20, 2007 Share Posted November 20, 2007 Hi to all, I need to build a chart like the one given below in PHP/MySQL, so the text in the rectangles would be dynamic means can be add/deleted/updated etc do any body have idea on it, Please suggest me. Thanks! Link to comment https://forums.phpfreaks.com/topic/78086-building-organizational-chart-in-phpmysql/ Share on other sites More sharing options...
eon201 Posted November 30, 2007 Share Posted November 30, 2007 Ok. Lets break this down into the different parts that you are going to need. 1. You need to have a page that displays the graphical chart, and the data within from the database. 2. You need to create a page with a form on it that you can fill in to pass the information to the database. 3. Your going to need a database to store the data. So therefore Create the database. Create a page with a form on it to fill out and pass the info to the database. Create a page in html and css for the chart, pull data from database. For more info on how to do each piece specifically post the questions within the corresponding forums. Eon201. Link to comment https://forums.phpfreaks.com/topic/78086-building-organizational-chart-in-phpmysql/#findComment-402955 Share on other sites More sharing options...
Barand Posted November 30, 2007 Share Posted November 30, 2007 How often do you intend posting this same question? Add to your existing topic on this subject. Don't double post. Closed. Link to comment https://forums.phpfreaks.com/topic/78086-building-organizational-chart-in-phpmysql/#findComment-403090 Share on other sites More sharing options...
Recommended Posts