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

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

Recommended Posts

Posted

I'm thinking about getting FileMaker Unlimited, but I wonder if it offers the functionnality I need.

I've been trying to get information on WSC, but didn't find enough to be satisfied.

My question : with WSC, is it possible to "integrate" CDML within a PHP page ?

I want to be able to do some treatment like :

/*

<?php

$someArray[0] = [FMP-Field: someField];

?>

*/

Can someone tell me if this is possible using wsc ?

I've only been able to find info about wsc and ssl wink.gif

thx,

Jerry

Posted

ok, but then, what's the use of the web connector ?

If the requests have to be done on 591, isn't that like using a webserver on port 80 and sending requests on companion port ?

I have trouble understanding what the webserver connector actually does.

I've been trying to find some documentation, but I haven't been lucky so far.

thx for your help,

Jerry

Posted

Good Luck finding anything about the WSC! Not much around.

Look at using the PHP file() function in conjunction with CDML; e.g.

<?php

$aMyData = file ("http://IP:port/FMP?-db=mydb.fp5&-lay=mylay&-format=mydata.txt&-findall");

?>

The format file mydata.txt can list the data on each line and it will be placed into the array $aMyData. E.G.

[FMP-Record]

[FMP-Field: someField]

[/FMP-Record]

Hope this helps.

Garry

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