[PHP] How to built desktop applications.

2004-04-05 Thread francesco
Hi all, I know that is possible to built desktop applications with PHP (applications that run only on desktop and not client applications). How is possible this? Is necessary use the php standard or there is help from other application or particular tool? Can anyone show me how is possible this

Re: [PHP] How to built desktop applications.

2004-04-05 Thread Red Wingate
PHP-GTK Am Montag, 5. April 2004 10:43 schrieb [EMAIL PROTECTED]: Hi all, I know that is possible to built desktop applications with PHP (applications that run only on desktop and not client applications). How is possible this? Is necessary use the php standard or there is help from other

Re: [PHP] How to built desktop applications.

2004-04-05 Thread Alireza Balouch
It's easy... Al you have to do is call the php script like: php4 mydesktopscript.php and use other languages like TCL/TK to have some GUI on your script.. but i would rather learn my self C instead of using php for Desktop app. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I

Re: [PHP] How to built desktop applications.

2004-04-05 Thread Burhan Khalid
Alireza Balouch wrote: It's easy... Al you have to do is call the php script like: php4 mydesktopscript.php and use other languages like TCL/TK to have some GUI on your script.. but i would rather learn my self C instead of using php for Desktop app. [EMAIL PROTECTED] wrote in message