I have a pege (index.php) with some text and a form with a single text input field. What i want is for the user to be sent to another page, upload.php if the input is “upload” or browse.php if input is “browse” and so on, how can this be achieved?
Thank you
You could use header() to send a location header depending on the value of the input.