array carrello php


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. class cart {
  2.  
  3. var $id = array();
  4. var $qt = array();
  5. var $vt = array();
  6.  
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.