Re: [PHP-DB] Using PHP with filemaker?

2001-09-12 Thread Alnisa Allgood

At 4:14 PM +0100 9/10/01, joel wrote:
I am trying to get php to write the data stored in some variables directly
to a filemaker pro 5.5 database. So far I have got the PHP to write to a
.txt file as tab delineated text, but I then have to manually import this
data into filemaker.

I have not been able to find any specific function for editing filemaker
databases using PHP...
But the php.net manual states:


Try this php class created by Chris Hansen, it was specifically 
designed to allow PHP to connect with FileMaker. 
http://www.iviking.org/ to download, or  http://www.iviking.org/FX/ 
to test.

Alnisa
-- 
   .
Alnisa  Allgood
Executive Director
Nonprofit Tech
(ph) 415.337.7412  (fx) 415.337.7927
(url)  http://www.nonprofit-techworld.org
(url)  http://www.nonprofit-tech.org
(url)  http://www.tech-library.org
   .
Nonprofit Tech E-Update
mailto:[EMAIL PROTECTED]
   .
applying technology to transform
   .

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Using PHP with filemaker?

2001-09-10 Thread joel

I am trying to get php to write the data stored in some variables directly
to a filemaker pro 5.5 database. So far I have got the PHP to write to a
.txt file as tab delineated text, but I then have to manually import this
data into filemaker.

I have not been able to find any specific function for editing filemaker
databases using PHP...
But the php.net manual states:

Chapter 29. Connecting to databases

This section holds common questions about relation between PHP and databases
: Yes, PHP can acces virtually any database available today. 
http://www.php.net/manual/en/faq.databases.php


Has anyone been able to do this? Or could you point me in the right
direction for some tutorials or assistance.

Joel Mills
Newcastle College


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]