Hi.
I'm a total php noob, so go easy on me :p
Anyway, I'm trying to make a webpage that looks like a command prompt..
And I'm having trouble finding the info I need to get any further.. 🙁
What I'm trying to do is make a form input respond to different tekst written to it and output the rescuelt on the same page..
Something like this:
If the user writes:
List
Under the form the script would output:
item 1
item 2
item 3
Or if he writes:
Who
It would respond with:
My name is phusion. Welcome..
You can see the page I made here:
commandinput.php
Any idea how to get the a php script to respond to that?
Thanks for any replies :rolleyes: