Re: [PHP] PHP access of FileMaker data

2007-11-15 Thread Brian Dunning
Paul - a PHP API is built into the current version of FileMaker Server. You do not need any third party classes or anything else. Some info: http://www.filemaker.com/support/technologies/php.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] PHP access of FileMaker data

2007-11-14 Thread George Pitcher
Paul, What I'm really looking for is a PHP class that will read FileMaker files in their native format. I'm beginning to suspect that none exists in the public arena. Someone please tell me there is! I've been a Filemaker user (and had some Lasso and Frontier driven sites once). I still use

Re: [PHP] PHP access of FileMaker data

2007-11-14 Thread Paul Novitski
Thanks Daniel. However, as soon as I started reading the fx-php documentation I ran into this: FX.php is a PHP class which parses the XML output by FileMaker Pro's web companion... The FM Web Companion is another whole ball of wax and appears to be a live agent running on the server hosting

RE: [PHP] PHP access of FileMaker data

2007-11-14 Thread Paul Novitski
At 11/14/2007 01:02 AM, George Pitcher wrote: Paul, What I'm really looking for is a PHP class that will read FileMaker files in their native format. I'm beginning to suspect that none exists in the public arena. Someone please tell me there is! ... I'm just exporting my tables (files

[PHP] PHP access of FileMaker data

2007-11-12 Thread Paul Novitski
Can someone please point me to some PHP code or documentation for accessing FileMaker Pro tables with PHP? So far googling Zend and world-wide hasn't found me what I'm seeking. Thanks, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP access of FileMaker data

2007-11-12 Thread Daniel Brown
On Nov 12, 2007 5:58 PM, Paul Novitski [EMAIL PROTECTED] wrote: Can someone please point me to some PHP code or documentation for accessing FileMaker Pro tables with PHP? So far googling Zend and world-wide hasn't found me what I'm seeking. Thanks, Paul -- PHP General Mailing List