Hi!
I need code to draw a dynamic graph by taking values from database in php. i need in windows.
Plz replie as early as possible.
byee..
Hi!
I need code to draw a dynamic graph by taking values from database in php. i need in windows.
Plz replie as early as possible.
byee..
asked for PHP code to draw dynamic graphs on Windows. 's tip to JPGraph and 's pointer to PHP graph tools are good starting points. Below are practical, up-to-date choices and a concise workflow that work well on Windows, plus quick troubleshooting tips.
Server-side vs client-side: server-side (JPGraph, PHPlot, pChart or raw GD/Imagick) produces PNG/SVG from PHP and is simple to embed as an <img>. Client-side (Chart.js, Google Charts) returns JSON from PHP and renders interactive charts in the browser; it shifts CPU work to the client. For server-side generation on Windows, enable the GD or Imagick extension and confirm it with phpinfo() or a function_exists check (see the PHP GD manual: PHP GD manual). For interactive charts, consider Chart.js.
Minimal server-side workflow
Small troubleshooting notes
Jump to Post— MitkOK 61
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.