[Project_owners] mySQL API for firefox?
Eric H. Jung
eric.jung at yahoo.com
Thu Jan 10 05:23:43 PST 2008
--- Jesper Staun Hansen <jesper at selvet.dk> wrote:
> I am looking for some way to implement some mySQL functions and
> communicate with a server.
>
> Any ways?
How about using XmlHttpRequest to POST to a PHP page. In turn, the PHP page communicates with
mySQL. This is sometimes how people implement update.rdf: when an extension requests
http://foo.com/update.rdf to check for newer versions of itself, update.rdf is dynamically
generated out of a database from server-side code (the IP address of the requesting client can
also be inserted into the DB).
More information about the Project_owners
mailing list