If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > FileMaker > Filemaker and PHP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-09-06, 06:48
Oddish Oddish is offline
Registered User
 
Join Date: Mar 2003
Posts: 43
Filemaker and PHP

I'd like to connect to a Filemaker database with PHP on a Linux server, but from what I've seen it seems very complicated, so I'd like to ask for suggestions on another solution to the problem.

We are building a web site for a customer that would like to publish information from their existing Filemaker database on the site, and also allow visitors to search the database. At first I thought they could just export to an XML document from Filemaker and upload it to the site, but when I looked at the resulting XML I just got dizzy. It's something called FMPXMLRESULT and the logic and structure is way over my head as I'm fairly inexperienced when it comes to XML.

Anyone have any suggestions for this scenario?
Reply With Quote
  #2 (permalink)  
Old 12-05-06, 13:00
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,248
There may well be an ISP out there who supports FileMaker databasess natively. if no then you hgave several options

depending on how big the db is, and how much traffic you realisitcally expect then exporting the data to falt files may work.... wouldn't be my choice bt it may work

failing that it may make sense to export the data to a db that the ISP does support... in PHP you are virtually unlimited, but Im guessing the first choice would probably be MySQL, or possibly SQL Lite, which is bundled (IE FREE) in these days with most PHP5 installations. its quite a well trod path for SME's, maintaining the data in a file db like Access or Filemaker and the web sever uses MySQL

Id check to see if the Filemaker data is available trhough ODBC within PHP
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 03-10-07, 17:10
fmhost fmhost is offline
Registered User
 
Join Date: Aug 2005
Posts: 3
Hello
It's now pretty easy to use Php and Filemaker.
You can host the fm db on our server (http://fmhost.net) and use your own linux box with the fmandphp class.

If you need help don't hesitate to contact us.
Reply With Quote
  #4 (permalink)  
Old 11-30-07, 05:58
Genx Genx is offline
Registered User
 
Join Date: Nov 2007
Posts: 14
As a general note, you have 2 other hosts that i know of:
http://www.fmgateway.com
http://www.pointinspace.com

Your other choice is to of course host the database on your servers and the php pages on a normal provider.

Also, the OO API for FM 9 is actually quite comprehensive and straight forward -> Further, if you've ever used Dreamweaver to build MySQL sites, you'll find a plugin at http://www.fmwebschool.com that will behave in exactly the same way and write the bulk of your code for you in either the API or the somewhat more dated FX.PHP...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On