Hi all,
I am pretty new to PHP...I know how to set up a simple form, process it using PHP and have it sent to either a db or an inbox, but that's about the extent of it.
Now I am working on an shtml site, and the concept of including files in this kind of site is pretty much the same as the concept of including files in a php site. However, my member bio page is an shtml file, and it is passing form variables to a php script to be processed and sent to an inbox.
Once this is successfully done (which it does, no problem), how do I then tell the browser to redirect to an shtml thankyou page?Using an include in my php script file includes the shtml thankyou page, but the menus are all missing, and the url is showing that I'm still on the php script page, so I'm not correctly redirecting to the shtml thankyou page...even though it's partly displaying.
I think I just made this sound a lot more complicated than it really is :rolleyes: Anyway, how do I do this...redirect to an shtml file from within a php script??
Thanks,
Amanda