[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><?php echo $item;?>: <?php echo $value;?></li>
<?php endforeach; ?>
<img src="<?php echo $upload_data['full_path'];?>" width="<?php echo $upload_data['image_width'];?>" height="<?php echo $upload_data['image_height'];?>" />\
Do i need to put the img tag inside my loop?