If you are allowed to run PHP scripts which stay running, you can use a PHP socket server that handles the communications...

If you google "PHP socket server" there are loads of examples around. Once you have the PHP script running, you can run your PHP commands and talk to MySQL db's. You just have to watch out for some environment variable differences - webserver vs command line sometimes have different ini settings, paths, etc.

Glen

Andrew Sinning wrote:
Thanks Henrik. I've been using Red5 do to simple multi-user data relay for about a month. Now I just need to figure out how to get it to talk to php/MySQL....

Henrik Andersson wrote:

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to