legohead6 Posted August 4, 2006 Share Posted August 4, 2006 Hi, this has been bugging me for awhile know! i want stuff to appear underneath my data retreival..but nomatter where i put the stuff(echos, pics, etc) they always appear above! Link to comment https://forums.phpfreaks.com/topic/16514-making-stuff-appear-after-or-below-my-database-stuff/ Share on other sites More sharing options...
Caesar Posted August 4, 2006 Share Posted August 4, 2006 Where it appears is relative to how you code and use the PHP variables within your HTML. I'm sure if you post an example of code that gives you those results, we can point out why. Link to comment https://forums.phpfreaks.com/topic/16514-making-stuff-appear-after-or-below-my-database-stuff/#findComment-68999 Share on other sites More sharing options...
SieRobin Posted August 4, 2006 Share Posted August 4, 2006 Underneath your data retrieval? Php script doesn't appear anywhere, nor will it ever, so what do you mean? lol. Link to comment https://forums.phpfreaks.com/topic/16514-making-stuff-appear-after-or-below-my-database-stuff/#findComment-69015 Share on other sites More sharing options...
legohead6 Posted August 4, 2006 Author Share Posted August 4, 2006 like i have my while($row = blah blah){ then it creates a table a stuff...} and then i cant make anything appear under that like if i put an echo under it will show up above and what not... Link to comment https://forums.phpfreaks.com/topic/16514-making-stuff-appear-after-or-below-my-database-stuff/#findComment-69171 Share on other sites More sharing options...
legohead6 Posted August 4, 2006 Author Share Posted August 4, 2006 bump Link to comment https://forums.phpfreaks.com/topic/16514-making-stuff-appear-after-or-below-my-database-stuff/#findComment-69368 Share on other sites More sharing options...
hitman6003 Posted August 4, 2006 Share Posted August 4, 2006 There is no way we can provide any help without code. Link to comment https://forums.phpfreaks.com/topic/16514-making-stuff-appear-after-or-below-my-database-stuff/#findComment-69370 Share on other sites More sharing options...
Caesar Posted August 4, 2006 Share Posted August 4, 2006 [quote author=hitman6003 link=topic=102945.msg409739#msg409739 date=1154717586]There is no way we can provide any help without code.[/quote]This man speaks the truth. Link to comment https://forums.phpfreaks.com/topic/16514-making-stuff-appear-after-or-below-my-database-stuff/#findComment-69396 Share on other sites More sharing options...
ryanlwh Posted August 4, 2006 Share Posted August 4, 2006 if you try to echo something between <tr>s and <td>s, then of course they'll go to weird places!please post the code you have. it will be more helpful than trying to describe what went wrong. Link to comment https://forums.phpfreaks.com/topic/16514-making-stuff-appear-after-or-below-my-database-stuff/#findComment-69401 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.