Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hi there,

We have an older version of FX.php with server_date.php as follows:

<?php

/********************************************************************

 * This file is where you set the data related to your server.  In  *

 * order to get these FX.php examples to work on your system, you   *

 * need to set $serverIP to the IP address of your server.  Also,   *

 * be sure to set $webCompanionPort to match the port configured    *

 * for Web Companion on your FileMaker Pro Unlimited machine.       *

 ********************************************************************/



$serverIP = '192.168.100.5';

$webCompanionPort = 80;         // for FM7SA, this should we the web server port

$dataSourceType = 'FMPro7';

$webUN = 'fmsadmin';               // defaults for Book_List in FM7; both should be blank for Book_List in FM5/6

$webPW = 'fmsadmin';

$scheme = 'http';               // generally this will be 'http'; 'https' for SSL connections to FileMaker





?>

We are moving to Filemaker Pro 10. Will this older version of FX.php work with Filemaker Pro 9 and 10?

All help gratefully received.

Cheers,

Steven

  • 4 weeks later...
Posted

Check to see if you have the lastest version of FX.php iviking.org

Then the file format is basically the same from FMP7 forward, so my "guess" is yes.

  • 2 weeks later...
  • 2 weeks later...

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