Assuming i have a form which, when submitted can send the user to a new page. How can i drag one variable through (for example their country of origin) and then redirect to html pages i have already created fr each country.
For example. Visitor completes my for and is from angola. I want to send them to angola.html but need to make this work for all 240 countries. Can i write a php code that will take the variable $country and inculde it in ht eurl for the reditect?
Many Thanks
Al