Re: [PHP] communication protocol

2010-07-06 Thread Phpster
Try rest based or comet for chat Bastien Sent from my iPod On Jul 6, 2010, at 22:41, Augusto Flavio wrote: > Hi again, > > I'm thinking about in how to do the communication between web chat in > browser client, the server and the operator desktop client. > > I'm thinking in web service likes

Re: [PHP] communication protocol

2010-07-06 Thread Augusto Flavio
Hi again, I'm thinking about in how to do the communication between web chat in browser client, the server and the operator desktop client. I'm thinking in web service likes wsdl. Is a good option? Thanks Augusto Morais

Re: [PHP] communication protocol

2010-07-06 Thread Phpster
Amfphp ( www.amfphp.org) is what you might be looking for. It converts php based content into the flex digestible format. Bastien Sent from my iPod On Jul 6, 2010, at 17:41, Augusto Flavio wrote: > Hi List, > > > I'm looking for a chat support likes the livezilla. The livezilla is a great >

Re: [PHP] communication protocol

2010-07-06 Thread Ashley Sheridan
On Tue, 2010-07-06 at 18:41 -0300, Augusto Flavio wrote: > Hi List, > > > I'm looking for a chat support likes the livezilla. The livezilla is a great > tool but doesn't have language supports to another language instead english > and german (operator side). Then I thought that a good option wou

[PHP] communication protocol

2010-07-06 Thread Augusto Flavio
Hi List, I'm looking for a chat support likes the livezilla. The livezilla is a great tool but doesn't have language supports to another language instead english and german (operator side). Then I thought that a good option would be develop my own chat support. A great solution is build the serv

Re: [PHP] Communication protocol of PHP and Mysql

2005-02-25 Thread Richard Lynch
Bruno Santos wrote: > Im developing an application as my final school project and for the > report (administration manual) i need to specifie the protocol of > communication between PHP and Mysql when accessing the mysql database > using the functions within PHP. > > PHP communicates with Mysql thr

[PHP] Communication protocol of PHP and Mysql

2005-02-25 Thread Bruno Santos
Hello all. Im developing an application as my final school project and for the report (administration manual) i need to specifie the protocol of communication between PHP and Mysql when accessing the mysql database using the functions within PHP. PHP communicates with Mysql throw TCP/IP or any

[PHP] Communication

2004-05-28 Thread Jakes
I'm looking at distributing PHP applications to desktops, using SQLite as the database. All information that is updated in the application will be local on the machine, until published to the webserver. My question is, what would be the best way to update the webserver sitting at a service provid

Re: [PHP] Communication between PHP Server code and HTML/JavaScript client without refreshing the page

2003-07-04 Thread Konstantin S. Kurilov
Hi, Excuse, skip one file. It is full set of RPC files. - Konstantin. "Konstantin S. Kurilov" wrote: > > Hi, > > It is RPC software. > > I have used it. It work for me. > > - Konstantin > > === > FrЕn: Jon Smirl [SMTP:[EMAIL PROTECTED] > Skickat: den 12 mars

Re: [PHP] Communication between PHP Server code and HTML/JavaScriptclient without refreshing the page

2003-07-04 Thread Marek Kilimajer
There are several ways: 1. XML - many browsers don't support this 2. Load a form into a hidden iframe, then you can read variables from the form 3. Load javascript into a hidden iframe. Sharat Hegde wrote: Hello, How do I communicate betwen an HTML page having JavaScript and a PHP server code w

Re: [PHP] Communication between PHP Server code and HTML/JavaScript client without refreshing the page

2003-07-04 Thread Konstantin S. Kurilov
Hi, It is RPC software. I have used it. It work for me. - Konstantin === FrЕn: Jon Smirl [SMTP:[EMAIL PROTECTED] Skickat: den 12 mars 1999 05:21 Till: [EMAIL PROTECTED] AngЕende: [PHP3] RPC for PHP from the browser This is a port of Microsoft's remote scripting

Re: [PHP] Communication between PHP Server code and HTML/JavaScript client without refreshing the page

2003-07-04 Thread Jon Haworth
Hi Sharat, > How do I communicate betwen an HTML page > having JavaScript and a PHP server code without > having to refresh the HTML page. I don't think this is possible: once PHP has run (and sent your Javascript to the browser), it's finished - you can't use it again until the next time the pag

[PHP] Communication between PHP Server code and HTML/JavaScript client without refreshing the page

2003-07-04 Thread Sharat Hegde
Hello, How do I communicate betwen an HTML page having JavaScript and a PHP server code without having to refresh the HTML page. I was originally thinking of having an invisible applet communicating to the server, but I am not sure how this is done. I am also considering XML and SOAP, but I am no

RE: [PHP] Java Applet to PHP Communication

2003-07-02 Thread Ray Hunter
t; > > -Original Message- > From: justin gruenberg [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2003 1:27 PM > To: Sharat Hegde > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Java Applet to PHP Communication > > > Sharat Hegde wrote: > > >Hello

RE: [PHP] Java Applet to PHP Communication

2003-07-02 Thread Sharat Hegde
: Wednesday, July 02, 2003 1:27 PM To: Sharat Hegde Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Java Applet to PHP Communication Sharat Hegde wrote: >Hello, > >I need to be able to communicate from a Java Applet to a PHP program on the >server to enable "Live Connect" for data. This

Re: [PHP] Java Applet to PHP Communication

2003-07-02 Thread justin gruenberg
Sharat Hegde wrote: Hello, I need to be able to communicate from a Java Applet to a PHP program on the server to enable "Live Connect" for data. This is what I intend to do: In my web application, a Java Script program will call a Java Applet which then calls the PHP program on the server. The PH

[PHP] Java Applet to PHP Communication

2003-07-02 Thread Sharat Hegde
Hello, I need to be able to communicate from a Java Applet to a PHP program on the server to enable "Live Connect" for data. This is what I intend to do: In my web application, a Java Script program will call a Java Applet which then calls the PHP program on the server. The PHP program works like