EricOnAdventure Posted April 14, 2017 Share Posted April 14, 2017 I am getting an unexpected end of page error due to this line.if (isset($skippage)){header("location: page4_form.php"); $skipage is set. Any ideas? Thanks Quote Link to comment Share on other sites More sharing options...
Solution NigelRel3 Posted April 14, 2017 Solution Share Posted April 14, 2017 This is a good example of how badly layed out code can make development difficult. If you laid out the code using something like... if(condition) { someotherCode(); } The problems may become obvious. Quote Link to comment Share on other sites More sharing options...
EricOnAdventure Posted April 14, 2017 Author Share Posted April 14, 2017 Ah, yes, good point and thanks. I will be working on my layout as well. Quote Link to comment 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.