G'day rory

> it is possible to link his filemaker database to the MySQL database
€€€€
Perhaps this php class would be of use to you.  From the Read Me:

FX.php is a PHP class for accessing FileMaker Pro data. FX is free and
open-source.  Thanks to FX.php, FileMaker enthusiasts can now access their
data via PHP.

FX.php is a PHP class which parses the XML output by FileMaker Pro's web
companion into a multi-level array which is easily manipulated using PHP.
The array is organized like this (these are the relevant index values):

Level 1: 'foundCount', 'fields', 'data', 'URL', 'errorCode', 'valueLists'
Level 2: (of 'data') RecordID.ModificationID
Level 3: fieldName
Level 4: Numbers, starting at zero; one for each value

http://www.iviking.org/projects/FXdownload.php

http://www.iviking.org/downloads/README.txt


cheers

kim


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to