Jump to content

is php compatible with fmp?


This topic is 8074 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 3 months later...
  • Newbies

Been having problems myself here, I have ended up parsing a CDML page, but thats for remote access , I had no problems connecting via ODBC on the same machine...

<?

if($connectionstring = odbc_connect("filemaker", "", "")){echo "cool";}else{echo "uncool";die();}

$yaks=odbc_tables($connectionstring);

$yy=1;$y=1;

while($int=odbc_fetch_row ($yaks,$yy)){$y++;$table[$y] = odbc_result ($yaks, 3);}//get table names - put in array//

?>

worked ok for me - where 'filemaker' is the DSN of my filemaker data source, had absolutely no joy howerver with a dsnless connection, which would have solved my problem as I know how to specify the host IP in a DSNless connection

Using Apache/php4.06 on win 98 (despite the mac icon against my uname!)

Link to comment
Share on other sites

  • 7 months later...

This topic is 8074 days old. Please don't post here. Open a new topic instead.

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.