Jump to content

[SOLVED] Small Problem


emediastudios

Recommended Posts

There seems to be an error in my code, Can someone spot it?

Thanks

 

<?php
     if (!empty($row_Recordset1['photo']))
     {
 echo <img src="../images/<?php echo $row_Recordset1['photo']; ?>" alt="image" width="150" />
  else
     {
       echo  "";
     }
     ?><br />

Link to comment
https://forums.phpfreaks.com/topic/73060-solved-small-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.