Welcome Guest, Not a member yet? Register   Sign In
Display Uploaded Image Error
#1

[eluser]rochellecanale[/eluser]
Hello guys just need a little help how can i view the uploaded picture? Here's my code below i dont know the error but it display a border image but without an image.

Code:
<?php foreach ($upload_data as $item => $value):?>
    <li>&lt;?php echo $item;?&gt;: &lt;?php echo $value;?&gt;</li>
&lt;?php endforeach; ?&gt;
<img src="&lt;?php echo $upload_data['full_path'];?&gt;" width="&lt;?php echo $upload_data['image_width'];?&gt;" height="&lt;?php echo $upload_data['image_height'];?&gt;" />\

Do i need to put the img tag inside my loop?


Messages In This Thread
Display Uploaded Image Error - by El Forum - 10-11-2012, 11:59 PM
Display Uploaded Image Error - by El Forum - 10-12-2012, 12:46 AM
Display Uploaded Image Error - by El Forum - 10-12-2012, 01:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB