Re: [PHP] php and linux shell script

2005-04-19 Thread Richard Lynch
On Tue, April 19, 2005 2:24 pm, Rory Browne said: >> http://gtk.php.net/ >> > > Can you elaborate on what gtk has to do with making command line dialog > boxes? Well, you run it from the command line. And it makes dialog boxes. Maybe not the kind of dialog boxes you wanted or whatever, but that

Re: [PHP] php and linux shell script

2005-04-19 Thread Rory Browne
> http://gtk.php.net/ > Can you elaborate on what gtk has to do with making command line dialog boxes? > -- > Like Music? > http://l-i-e.com/artists.htm > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing Li

Re: [PHP] php and linux shell script

2005-04-18 Thread Richard Lynch
On Thu, April 14, 2005 11:52 pm, Balwant Singh said: > 1) first of all i would like to inform you that i have made a PHP script > which also have some amount of > linux shell script in it for converting emails from EVOLUTION to MOZILA > THUNDERBIRD just by executing > this script. if anybody need

Re: [PHP] php and linux shell script

2005-04-15 Thread Andy Pieters
On Friday 15 April 2005 08:52, Balwant Singh wrote: > 2) i am also exploring possibilities of using linux dialog boxes (used in > shell scripting) with PHP. has anybody tried it, may please advise me how > to call dialog boxes through PHP in CLI. also please share with me if u > have information on

Re: [PHP] php and linux shell script

2005-04-15 Thread Rory Browne
I don't think you'll find anything in PHP as simple as the shell script version of dialog, but you may be able to bang something together like that using ncurses. Probably handier if your time is more important than the machines, to just use the shell version using one of the Program Executions fu

[PHP] php and linux shell script

2005-04-14 Thread Balwant Singh
hello, 1) first of all i would like to inform you that i have made a PHP script which also have some amount of linux shell script in it for converting emails from EVOLUTION to MOZILA THUNDERBIRD just by executing this script. if anybody need it, do let me know, i will send the same. 2) i am