A hosting company I'm using provide MySql database but doesn't opened it to world so I can't use FWCONNECT.
They suggest I create a script to act as an api to communicate with the server.
Anyone has done something similar? The script would need to cover the usual stuffs; adding, editing record, make enquiry
TIA