--- olunkwaik <[EMAIL PROTECTED]> wrote: > I am thinking of writing a standalone software like calculator, can > Php be used for it
It sounds like you are describing a graphical user interface application. In that case PHP TK may be worth looking at: http://php-tk.sourceforge.net/ As with Perl and Bash programs, you can create command-line programs in PHP which are executable. James Keeline
