peacecodotnet
Programmer
I want to make a live UNIX terminal using PHP. Can you send commands to UNIX through PHP? If so, how can you get UNIX's response?
For example, I want there to be a giant text area on the top of the page and a little text box on the bottom for you to put in commands. When you put in a command, the PHP script puts that command in the text area, then sends that command to UNIX, gets the response, and puts the response one line underneath the command in the text area.
Thanks so much in advance.
Peace out,
Peace Co.
For example, I want there to be a giant text area on the top of the page and a little text box on the bottom for you to put in commands. When you put in a command, the PHP script puts that command in the text area, then sends that command to UNIX, gets the response, and puts the response one line underneath the command in the text area.
Thanks so much in advance.
Peace out,
Peace Co.