Hi Annas,

You are able to use frameworks such as FXPHP http://www.iviking.org/FX.php/ 
to make a php query.  You would just need to initiate the php query from 
node.  You can get all the layout metadata from FXPHP.



var request = require('request');
request.post({
  url:     'http://localhost/test2.php',
  form:    { mes: "heydude" }}, function(error, response, body){
  console.log(body);});


Regards,

Lance

On Friday, 14 August 2015 08:10:37 UTC+10, annas wrote:
>
> Hi ,
>
> How to get the layout structure of filemaker layout in node?
> I need a layout/table fields and its types . Is there any way to get these 
> in node.js ? 
> Please help me 
>
> Thanks,
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/9ee7751d-e835-4508-9ad3-af9ed6a9c7c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to