Hello everyoneDid anyone tried to create any solution based on PHP and kdb+? I wasasked to create a script in PHP language which will connect to kdb+server, get some data from that server and print those data on thepage.Any help any ideas will be appreciated.
Return-Path: rohit.tripathi@capgemini.com
You can try looking at this: https://code.kx.com/trac/browser/contrib/zuoqi=
anxu/qgooglechart/json.q
(and pleading the 5th on q4php dev attempt)
-----Original Message-----
From: personal-kdbplus@googlegroups.com [mailto:personal-kdbplus@googlegrou=
ps.com] On Behalf Of Witold Zywica
Sent: Tuesday, October 04, 2011 6:41 PM
To: Kdb+ Personal Developers
Subject: [personal kdb+] kdb+ and interface in PHP
Hello everyone
Did anyone tried to create any solution based on PHP and kdb+? I was
asked to create a script in PHP language which will connect to kdb+
server, get some data from that server and print those data on the
page.
Any help any ideas will be appreciated.
–=20
Submitted via Google Groups
You can also use cURL to fetch data (csv, txt, xml) over http and convert it to your desired format.?
Just use:?
http://yourhost:9999/csv?select from table
Regards,
Bartosz