Hi … an easy php project this, lets go:
I need a php file with the following:
– A form
– A select box with a few links for options and descriptions
e.g. <option value=”http://www.link1.gr/”>Description 1</option>
The feature I want is that when a user selects the description of the link from the select box to be instantly redirected to the respected link.
No javascript should be used only PHP…
I don’t want a button for the form, the user should go to the link just after selecting the desired option.
An example of what I want can be viewed here:
http://www.chineseastrologer.org (Look top right corner the select box)
The file should be able to be included with php to any other file anywhere in the body of the page…
Go ahead coders…………