zgkhoo Posted October 16, 2007 Share Posted October 16, 2007 how to use php draw chart? eg ..this one Link to comment https://forums.phpfreaks.com/topic/73500-how-to-use-php-draw-chart/ Share on other sites More sharing options...
zgkhoo Posted October 16, 2007 Author Share Posted October 16, 2007 impossible to do that? ??? Link to comment https://forums.phpfreaks.com/topic/73500-how-to-use-php-draw-chart/#findComment-371150 Share on other sites More sharing options...
zgkhoo Posted October 17, 2007 Author Share Posted October 17, 2007 *bump* Link to comment https://forums.phpfreaks.com/topic/73500-how-to-use-php-draw-chart/#findComment-371412 Share on other sites More sharing options...
Barand Posted October 17, 2007 Share Posted October 17, 2007 Not easy, but possible. You needs a database table of employees with columns empid | name | job | photo | reportsTo Then for an employee, use a recursive search (using reportsTo column) for those employees reporting to them, and, for each of those, the employees reporting to them. The hard part is deciding the positioning of each employee's data on the chart. Link to comment https://forums.phpfreaks.com/topic/73500-how-to-use-php-draw-chart/#findComment-371439 Share on other sites More sharing options...
zgkhoo Posted October 17, 2007 Author Share Posted October 17, 2007 chart using wat tags to draw? <table>?? Link to comment https://forums.phpfreaks.com/topic/73500-how-to-use-php-draw-chart/#findComment-371490 Share on other sites More sharing options...
zgkhoo Posted October 18, 2007 Author Share Posted October 18, 2007 *bump* Link to comment https://forums.phpfreaks.com/topic/73500-how-to-use-php-draw-chart/#findComment-372274 Share on other sites More sharing options...
Barand Posted October 18, 2007 Share Posted October 18, 2007 You place charts etc on the page with < img > tags Link to comment https://forums.phpfreaks.com/topic/73500-how-to-use-php-draw-chart/#findComment-372315 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.