[PHP] php-gtk2, anyone?

2009-01-07 Thread Zechim
anyone who works with php-gtk2 and can tell me if I can make something like msn, skype, a little chat (is it possible to connect to a webserver and sabe in my local server using gtk2?) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php-gtk2, anyone?

2009-01-07 Thread Nathan Rixham
Zechim wrote: anyone who works with php-gtk2 and can tell me if I can make something like msn, skype, a little chat (is it possible to connect to a webserver and sabe in my local server using gtk2?) probably best off asking on the php gtk list ;) -- PHP General Mailing List

Re: [PHP] php-gtk2, anyone?

2009-01-07 Thread Nathan Nobbe
On Wed, Jan 7, 2009 at 6:49 AM, Zechim zechim@gmail.com wrote: anyone who works with php-gtk2 and can tell me if I can make something like msn, skype, a little chat (is it possible to connect to a webserver and sabe in my local server using gtk2?) since gtk is just a gui layer, i would

Re: [PHP] php-gtk2, anyone?

2009-01-07 Thread ceo
Irrespective of the GTK2 bit, PHP can connect just fine with other servers using sockets and stream wrappers and good ol' file_get_contents on a URL. Whether you can tweak those in useful ways at fast enough speeds to do what you want is more up to your skill than PHP's feature-set. --