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

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

Recommended Posts

Posted

I have a shared webhosting account through a hosting provider. PHP is installed on the shared web server so I have no problem creating PHP pages. However since this is a shared server (running Linux) I can't install any 3rd party software. In addition I have an in-house server running FileMaker Server. With this setup will I be able to utilize PHP custom web publishing?

What's unclear to me is that the manual states that the "Filemaker Web Server Module" must be installed on the web server. What exactly is the Web Server Module. Is that nothing more than a set of PHP files, in which case I assume this would work. Or am I missing something?

Posted

The web server module is more than just a couple of PHP files, it's a filter on IIS and a module on Apache that works closely with the web server so that the web server knows what traffic to hand off to the web publishing engine. The web publishing engine then acts as a "filemaker user" and communicates with filemaker server.

So if you can't install anything on the web server you're out of luck.

Posted

The PHP API is merely a series of PHP objects that facilitate the interaction with FMS' XML feed via cURL. So yes you can, but with a few caveats.

The PHP installation on your Linux server needs to have the cURL library enabled. You'll also need to enable the webserver on your in-house server, and set up FMS to host the XML feed.

Then place the Filemaker PHP API library on your Linux server, point it to the in-house server, and you're good to go.

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