gwentltd

Php Connection To Filemaker

Recommended Posts

Good Morning,

 

Using Fusion Charts 3.2 how do I make a PHP connection to a hosted [FileMaker Server 11] database in order to retrieve data to be used in a Fusion Charts chart.

 

All the examples seem to use MySQL as the back end of the charts. It is possible to connect FM to MySQL but I would prefer to connect directly. I understand where I need to place the various components for FC on the web server but unclear as to how to actually make the connection to the FM database.

 

Any help will be appreciated....

 

greg

Edited by gwentltd

Share this post


Link to post
Share on other sites

Hi,

 

As a normal PHP Developer you need to connect to the FileMaker database which has no connection with core FusionCharts.

 

You can get resources on how to connect to FileMaker using PHP from links like : http://www.filemaker.com/downloads/pdf/article1_php.pdf

 

Once done, you need to query the required data, build an XML from the data for the chart and use FusionCharts.php's Generic wrapper function - renderChart to render the chart using the XML.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now