|
R
Forgive me but I am a PHP newbie and I'm a little confused about your question
In the PHP script I have the re-direct variable assigned as such...
$redirect = "thanks.html";
Is this along with the hidden field value embedded within the actual HTML form... <input type=hidden name="redirect" value="thanks.html">
What else do I need to get this script functioning correctly?
What am I missing here?
Thanks for all of your help
Keith
|