So, i am trying to make a web application by using php.
I need to find a way that you get directed to a page by putting in a code into an inputfield.
<?php if ($input == "20") { ???????????????????? } ?>For example here you see a basic if function where it needs to direct to a page when the number 20 has been typed in.
I would apprieciate some help!
Tanks!