zgkhoo Posted October 16, 2007 Share Posted October 16, 2007 how to use php draw chart? eg ..this one Quote 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? ??? Quote 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* Quote 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. Quote 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>?? Quote 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* Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.