Copy link to clipboard
Copied
Hi everybody,
I've managed to create an upload from for images and the from works perfectly but the problem is that when I create a recordste to display the image on the browser. Tha image doesn't display on the browser but instead displays an X icon. Here's my cofde;
<img src="<?php echo $row_rsBanner['path']; ?>" width="723" height="93" />
Copy link to clipboard
Copied
Look at your browser source code for that line and anaylze the path. Does it look correct? Post the client side code from your browser (not your php) if you're not sure.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now