--- Jesper Staun Hansen <[EMAIL PROTECTED]> 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).




_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to