How to get data from a SQL database to a AMX Netlinx System using PHP
As part of a system upgrade I did a year or so back (Remote studio system)I needed to get data back from a SQL database. At the time AMX did have a way of doing this it involved using ASP pages with predefined SQL queries. But this system needed to be more flexible, I wanted to be able to send SELECT,UPDATES and INSERTS directly from the AMX Code.
This is the way the system passes the information:
I will add a like to php and amx code shortly.


