Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialCatalin Tismanaru
Courses Plus Student 3,461 PointsEven though I use "header("Location: contact-thanks.php");" , I am redirected to http://localhost/contact-process.php
Even though I use "header("Location: contact-thanks.php");" , I am redirected to http://localhost/contact-process.php .
Of course, that page has been deleted, so an error message is displayed.
1 Answer
Shawn Gregory
Courses Plus Student 40,672 PointsCatalin
Could we please see your code. Chances are that there is some sort of error somewhere else in your code that you are not seeing.
Cheers!
Catalin Tismanaru
Courses Plus Student 3,461 PointsCatalin Tismanaru
Courses Plus Student 3,461 PointsThank you very much for your reply. The mistake was that I had forgotten to delete the action attribute which had the value "contact-process.php".