watthehell Posted August 27, 2007 Share Posted August 27, 2007 hello everyone I have one simple question for php freaks out here.... i need to display data from mysql database and display in front end... the data is long text around 1 page.... but my design is like this i need to keep picture in the left hand side (250 x 300). But when i fetch the data from php the text gets long from one cell and below the picture it comes blank... I need some text in the side of the picture and if the text gets long below the picture too.. is it possible for e.g ................................................ text text text text text text text text | | text text text text text text text text | | text text text text text text text text | | text text text text text text text text | | text text text text text text text text | | text text text text text text text text |this is place for picture | text text text text text text text text | | text text text text text text text text | | text text text text text text text text | | text text text text text text text text | | text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text IS THIS POSSIBLE.... i have one text field and one picture field in the database Can someone help please ???????????????????? Quote Link to comment https://forums.phpfreaks.com/topic/66851-solved-problem-in-php-fetching-displaying-data/ Share on other sites More sharing options...
MadTechie Posted August 27, 2007 Share Posted August 27, 2007 this is a html/css issule not php... Quote Link to comment https://forums.phpfreaks.com/topic/66851-solved-problem-in-php-fetching-displaying-data/#findComment-335109 Share on other sites More sharing options...
watthehell Posted August 27, 2007 Author Share Posted August 27, 2007 sorry to trouble but........ i kept <?echo rs['mytext']; ?> in the text cell and <?echo rs['mypicture']; ?> in the image cell.. I mean to ask if there is some[THING] in php that makes the text come inside another cell (td) i mean if it gets too long.... Quote Link to comment https://forums.phpfreaks.com/topic/66851-solved-problem-in-php-fetching-displaying-data/#findComment-335112 Share on other sites More sharing options...
matthewhaworth Posted August 27, 2007 Share Posted August 27, 2007 sorry to trouble but........ i kept <?echo rs['mytext']; ?> in the text cell and <?echo rs['mypicture']; ?> in the image cell.. I mean to ask if there is some[THING] in php that makes the text come inside another cell (td) i mean if it gets too long.... To spread the information dynamically over to cells dependant upon the font size, desktop-resolution of the user, allsorts would be very difficult.. look into a different way of implementing your design. Quote Link to comment https://forums.phpfreaks.com/topic/66851-solved-problem-in-php-fetching-displaying-data/#findComment-335122 Share on other sites More sharing options...
watthehell Posted August 27, 2007 Author Share Posted August 27, 2007 thanks a lot................. ..... i'll see if there is other alternatives..... Quote Link to comment https://forums.phpfreaks.com/topic/66851-solved-problem-in-php-fetching-displaying-data/#findComment-335125 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.