Can’t you hook Servoy straight into the MYSQL from your website? If so, you could just run a method to create new records in Sybase with the array data from MYSQL.
I know this already and implemented this in our another solution.
But we found several issues when the web server is remote.
Praticularly in my current case, we are distributing a product which is linked to websites. The product is a standalone version created by runtime builder.
Since this product handles lot of heavy media content and also mostly the user will be using offline, I cannot directly link the web database in Servoy.
You can simply use the http plugin “getPageData(url)”. This will the url of your PHP page - and the function will return the CODE of the page that comes back as a result of your php page.
You can format the page that comes back with your php page to contain the data you want to parse.