~n[EO]n~ Posted October 17, 2007 Share Posted October 17, 2007 I am fetching table bg image from DB, but it is not working , can anyone point this please <table width="100%" border="0" cellspacing="0" cellpadding="0" style="background:url(<?php rs['bgimage'];?>) right top no-repeat"> Link to comment https://forums.phpfreaks.com/topic/73619-solved-why-doesnt-this-code-work/ Share on other sites More sharing options...
ToonMariner Posted October 17, 2007 Share Posted October 17, 2007 <?php echo $rs['bgimage']; ?> Link to comment https://forums.phpfreaks.com/topic/73619-solved-why-doesnt-this-code-work/#findComment-371411 Share on other sites More sharing options...
~n[EO]n~ Posted October 17, 2007 Author Share Posted October 17, 2007 <?php echo $rs['bgimage']; ?> that doesn't seem to work too.. is it problem with the BG image , can php display picture in the table or td background too... anyone have tried... ??? Link to comment https://forums.phpfreaks.com/topic/73619-solved-why-doesnt-this-code-work/#findComment-371457 Share on other sites More sharing options...
zq29 Posted October 17, 2007 Share Posted October 17, 2007 View the source of the generated page to see what PHP is outputting Link to comment https://forums.phpfreaks.com/topic/73619-solved-why-doesnt-this-code-work/#findComment-371459 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.