i have another php question
when people press on my send button the email script i have will be activated. After processing the data i want people to be sent to a thank you page that is in another directory(separate from htdocs) How can i do this?
i was using header() but i noticed it didnt like how my thank you page was in a separate directory. For the location i put the path to the thank you page that's on my hard drive. According to the header documentation it needs to be an http header so I guess the page must be in htdocs so that it'll work like http://localhost/thankYou.html. how can i get around this problem?
Thanks in advance
when people press on my send button the email script i have will be activated. After processing the data i want people to be sent to a thank you page that is in another directory(separate from htdocs) How can i do this?
i was using header() but i noticed it didnt like how my thank you page was in a separate directory. For the location i put the path to the thank you page that's on my hard drive. According to the header documentation it needs to be an http header so I guess the page must be in htdocs so that it'll work like http://localhost/thankYou.html. how can i get around this problem?
Thanks in advance
