Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted (edited)

Hi,

I'm wondering if there's a way Filemaker can interact with a MYSQL database that is hosted on a remote web server and if so how?

My website isn't hosted locally. I can only access the MSQL database through a PHPMyAdmin portal that the hosting company made available for me.

Any help would be appreciated.

Thanks

Edited by Guest
Posted (edited)

Treigh

I use SmartPill Editions to do this. I've found it to be the simplest way to make the connections and it has the advantage of adding the entire PHP language to FileMakers calculation engine.

http://www.scodigo.com/products/smartpill-php

This is such a huge addition!

Here's the php manual page on sql functions

http://us3.php.net/manual/en/book.mysql.php

Here's the page for array functions:

http://us3.php.net/manual/en/ref.array.php

Imagine writing FM scripts to do some of those array tasks! I find those very useful.

And you can drop php classes written by other programmers into your solutions to gain all sorts of functionality. I use one that calculates holidays (including those crazy lunar calendar holidays like easter).

I also use SmartPill to trigger script when field content changes. You can get other plug ins for this, but why not get a whole programming language in the bargain.

It has functions to draw graphics, manipulate image files (it can resize jpegs for example, or tell the dimensions of an image).

It can write files to your drive.

I wrote a simple file system navigator in FM using SmartPill Editions.

Regards,

Don

Edited by Guest

This topic is 5902 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.