Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

My Images recordset dooesn't display in the browser.

New Here ,
Apr 06, 2011 Apr 06, 2011

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" />

TOPICS
Server side applications
265
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 06, 2011 Apr 06, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines