I am looking for a PHP Script that can redirect users to specific and different URLS when they hit "Submit" button.
I can afford to have the URL Like
www(.)mydomain(.)com/form.php?id=www(.)rediectedurl(.)com
Now if the user clicks submit button it redirects him/her to www.redirecturl.com. So for multiple posts i can easily change the URL and it redirects differently?
I hope anyone can answer it.
Thanks