INeedAGig Posted October 28, 2011 Share Posted October 28, 2011 Hey guys, how are you. I have an odd problem and I am not sure what is causing it. I recently finished my form system, with PHP validation that sends the inputted information via email. Now, everything is working fine on my end with absolutely no issues, but it is not working on any other computers, even though my computer is in no way hosting the files. Now, the issue other computers are getting is when the form is filled out it doesn't redirect to the success page, it redirects back to the form page with nothing filled out and it doesn't display the errors on the page. Any idea on what might be causing this? Again, EVERYTHING works flawlessly on my end, that being, the display of any errors, the proper redirect, everything. Thanks!!! Quote Link to comment https://forums.phpfreaks.com/topic/249951-weird-issue/ Share on other sites More sharing options...
khavelka20 Posted October 28, 2011 Share Posted October 28, 2011 Are you using the same browser & Browser version on the other machines? Quote Link to comment https://forums.phpfreaks.com/topic/249951-weird-issue/#findComment-1282881 Share on other sites More sharing options...
INeedAGig Posted October 28, 2011 Author Share Posted October 28, 2011 It only seems to be happening in IE. Quote Link to comment https://forums.phpfreaks.com/topic/249951-weird-issue/#findComment-1282883 Share on other sites More sharing options...
Pikachu2000 Posted October 28, 2011 Share Posted October 28, 2011 Code? Quote Link to comment https://forums.phpfreaks.com/topic/249951-weird-issue/#findComment-1282886 Share on other sites More sharing options...
INeedAGig Posted October 28, 2011 Author Share Posted October 28, 2011 Code? Which part would you like to see? Quote Link to comment https://forums.phpfreaks.com/topic/249951-weird-issue/#findComment-1282887 Share on other sites More sharing options...
Pikachu2000 Posted October 28, 2011 Share Posted October 28, 2011 The form and the php code that processes it. Quote Link to comment https://forums.phpfreaks.com/topic/249951-weird-issue/#findComment-1282892 Share on other sites More sharing options...
INeedAGig Posted October 28, 2011 Author Share Posted October 28, 2011 Actually, it appears that I got it working now. I had the submit button input type set to "image" so I can use an image as the submit button, and once I changed it over to a regular "submit" input type, it works....odd... Quote Link to comment https://forums.phpfreaks.com/topic/249951-weird-issue/#findComment-1282894 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.