Just to clear things up, I'm anwsering this based on the assumption that you are attempting to pass parameters from a form (web-page) to a shell program.
There is a shell_exec() command you can find information about it here http://us3.php.net/function.shell-exec Have you explored cgi / perl for a more elegant solution ? Goood luck. [EMAIL PROTECTED] > > From: "Tik & Klik Internetdiensten" <[EMAIL PROTECTED]> > Date: 2003/07/08 Tue AM 11:30:42 EDT > To: <[EMAIL PROTECTED]> > Subject: [cobalt-developers] php commandline > > Hello, > > i want to pase the information from a php form into a shell script. > Does anybody know how to run a php commandline script from the input of a > webpage ? > > _______________________________________________ > cobalt-developers mailing list > [EMAIL PROTECTED] > http://list.cobalt.com/mailman/listinfo/cobalt-developers > _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
