brainonastick Posted August 23, 2009 Posted August 23, 2009 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
beverly Posted September 17, 2009 Posted September 17, 2009 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.
Gary Hoffman Posted September 27, 2009 Posted September 27, 2009 I'm using the latest version of FX with FMS 10 and it works great. Gary
Genx Posted October 6, 2009 Posted October 6, 2009 Umm.... kind of think site's been h@x0r3d as the kids would say.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now