~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"> Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted October 17, 2007 Share Posted October 17, 2007 <?php echo $rs['bgimage']; ?> Quote Link to comment 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... ??? Quote Link to comment 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 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.