NBRAD Posted October 1, 2008 Share Posted October 1, 2008 Hello- I am working with PHP to create an online feedback form and when I view the test page, everything looks fine, except this code appears document.location='feedbackthankyou.htm';"; } else { echo('Send Mail Failed please try again or contact administrator to fix the error.'); } } ?> ...and the form doesn't submit an email. Any suggestions? I know very little about programming. Very little. Thank you! Link to comment https://forums.phpfreaks.com/topic/126676-errant-code/ Share on other sites More sharing options...
F1Fan Posted October 1, 2008 Share Posted October 1, 2008 List your code, it looks like you have a tag misplaced. Link to comment https://forums.phpfreaks.com/topic/126676-errant-code/#findComment-655129 Share on other sites More sharing options...
DeanWhitehouse Posted October 1, 2008 Share Posted October 1, 2008 Hello- I am working with PHP to create an online feedback form and when I view the test page, everything looks fine, except this code appear Any suggestions? I know very little about programming. Very little. Thank you! Did you write the code your self? And yes, post the code it seems that you need to open PHP tags there. Link to comment https://forums.phpfreaks.com/topic/126676-errant-code/#findComment-655131 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.