Connecting Tech Pros Worldwide Help | Site Map

Take data from mysql database

Familiar Sight
 
Join Date: Jun 2008
Posts: 164
#1: Aug 19 '08
Hi,

Think im on the right path here. What I am trying to do here is to read data from a mysql database based on a certain condition. I then want to use that data to produce an SVG drawing. Where do I start?
Moderator
 
Join Date: Mar 2006
Posts: 1,103
#2: Aug 19 '08

re: Take data from mysql database


First step: Figure out all the data that you need in order to produce the SVG. Which fields do you need to extract?

Next step: Write a query to extract those fields.

Final step: Convert the query results to SVG.
Familiar Sight
 
Join Date: Jun 2008
Posts: 164
#3: Aug 19 '08

re: Take data from mysql database


I was going to use an xml page for this. Is this how it should be done or should I use a HTML or PHP page with some embedded SVG?
Reply