php - how to add dynamic image to td background image? -
php - how to add dynamic image to td background image? -
in code want add together $image variable td background dont know if add together between quotes without problems..or delete quotes..and how youtube video..thanks helping
<table width="130" height="97"> <tbody><tr> <td valign="center" width="130" align="center" background="showvideo.php_files/2_003.jpg" height="97"> <a href="http://www.mysite.com/video/watch.php?vdcid=42608"> <img src="showvideo.php_files/play_arrow.gif" alt=" theme song " border="0"> </a> </td> </tr> </tbody></table>
there go:
<td valign="center" width="130" align="center" background="<?php echo $image; ?>" height="97"></td>
php
Comments
Post a Comment