Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View Article Page #33

Open
Emanuele20 opened this issue Mar 12, 2018 · 0 comments
Open

View Article Page #33

Emanuele20 opened this issue Mar 12, 2018 · 0 comments

Comments

@Emanuele20
Copy link

Emanuele20 commented Mar 12, 2018

Hi to all!
i ve found today this beautiful script and customizing for my need.
Any idea how create a view product page with image?
i try to do but i cannot show image, i retrive all data...
thx

best regards

``

msg("d","Missing product id."); redirect('product.php'); } ?>
     </strong>
    </div>
    <div class="panel-body">
   
     <div class="col-md-7">
   
  		<img src="uploads/products/<?php echo $product['image']; ?>" alt="product-image" class="img-circle img-inline">
        <br><hr>
     
       NAME:<?php echo remove_junk($product['name']);?><br>
       COD:<?php echo remove_junk($product['code']);?><br>
       Q.TY<?php echo remove_junk($product['quantity']); ?><br>
       ACQ<?php echo remove_junk($product['buy_price']);?><br>
       EBAY<?php echo remove_junk($product['sale_price']);?><br>
       DATA_ENTRY<?php echo read_date($product['date']); ?>
                  
  </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant