Page 1 of 1

AJAX

Posted: Wed Jan 23, 2013 8:36 pm
by Unicorns and Glitter
Before switching to sonic I want to make certain that AJAX is supported. Is anyone using AJAX to interact with a mysql database?

Re: AJAX

Posted: Thu Mar 07, 2013 9:31 pm
by dane
Bump. Anyone?

Re: AJAX

Posted: Fri Mar 08, 2013 10:10 am
by thulsa_doom
As in having the visitor's browser directly issue queries to the MySQL server using its javascript engine? That wouldn't work with our MySQL servers due to access controls.

Normally one would use ajax to interact between a visitor's browser and a script (PHP, Perl, what-have-you) on the web server. The script then interacts with the database. This works fine on our setup.