Best approach to developing a cross-browser javascript widget that populates from a MySQL database?

Posted by MindSculpt on Stack Overflow See other posts from Stack Overflow or by MindSculpt
Published on 2011-01-18T19:23:17Z Indexed on 2011/03/13 16:10 UTC
Read the original article Hit count: 128

Filed under:
|
|
|
|

I'm currently researching the best way to approach building a javascript widget someone can embed on their site, which would retrieve and display information from an external MySQL database.

The gist of the widget would mimic the needs/functionality of Twitter's widget (http://twitter.com/about/resources/widgets), where it uses some combination of JS, PHP and/or AJAX and retrieves information from a MySQL DB with secure (or at least somewhat safe) cross-browser access. Thoughts or ideas on the best and most reliable way to approach something like this?

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql