navybofus Posted May 4, 2010 Share Posted May 4, 2010 I've been looking around for some help on the solution but I think I am asking the wrong questions. So, When I post a form the new page loads with the echo at the top of the page. I don't want the echo there I want the echo in my content. Example: When you submit a form to join a site the browser goes to the login page for convenience. The problem is that you need a status message to tell you that the information was actually sent and received... I would like the "Your information has been accepted. You may now login below." right above the login form, but the echo is at the top It looks unprofessional in my eyes. Any help on the subject will be greatly appreciated. If anyone need extra info on the problem please let me know. Quote Link to comment https://forums.phpfreaks.com/topic/200731-my-status-echos-are-on-the-top-of-my-page/ Share on other sites More sharing options...
taquitosensei Posted May 4, 2010 Share Posted May 4, 2010 It's probably because your using tables and your echo is not in the table structure. Just lay out your table structure so it includes your echo. Quote Link to comment https://forums.phpfreaks.com/topic/200731-my-status-echos-are-on-the-top-of-my-page/#findComment-1053313 Share on other sites More sharing options...
Muddy_Funster Posted May 4, 2010 Share Posted May 4, 2010 If you don't mind could you post up your code for the display page? Quote Link to comment https://forums.phpfreaks.com/topic/200731-my-status-echos-are-on-the-top-of-my-page/#findComment-1053314 Share on other sites More sharing options...
navybofus Posted May 4, 2010 Author Share Posted May 4, 2010 Well I'm not sure why I didn't think of it before but I just included the page in the bottom of the PHP script and then used a string variable to echo it in to the table. Yeah I am new so that's prolly why. Thanks for the replies though. Quote Link to comment https://forums.phpfreaks.com/topic/200731-my-status-echos-are-on-the-top-of-my-page/#findComment-1053317 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.