Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Redirection after Submit PHP Form
Name: cakonopka Date: March 21, 2008 at 10:57:50 Pacific OS: Windows Vista Ultima CPU/Ram: AMD X2 5200+ / 4GB D Product: Home Build
Comment:
Hi Guys
I want to get my site to redirect me back to the homepage once my basic PHP form submission has been sent to my e-mail address. Do i need to add code into the HTML or the PHP file?
Many Thanks
Chris
AMD 5200 X2 64bit Asus A8N-SLI MB 4GBDDR 800mhz 4X 1GB MSI 8800GTX Card Creative X-FI Fatality Professional Gamer. Compro E750 Digital TV Card 200GB X2, 250GB X2, 300GB SATA Hard Dri
Name: Laler Date: March 21, 2008 at 11:28:13 Pacific
Reply:
If in the PHP file, it needs to be before anything outputted to the screen (eg: before any "echo" and/or before anything written outside the <?php ?> tag).
Summary: does anyone know if its possable to get a PHP form to submit to a database on the backend and also send an email with the details to a certain email address with like a verfication link and a username...
Summary: Hey guys, I have an existing php form that runs fine but I was wondering if I can make it so when the submit button is pressed if it can go to 3 different email locations? A;most like "CC ing" someone...
Summary: Hello all, I actually need a php form by which i can ask users to submit some data and can upload a file.The form data submitted and the file can be sent to my attachment as an e-mail.Does a...