| Recommend this page to a friend! |
| All requests |
> | Complete shopping cart class | > | Request new recommendation | > | > |
by Thanh Tam - 9 months ago (2025-02-13)
+2 | I need complete shopping cart class without using a SQL database. |
1.
by Cedric Maenetja - 8 months ago (2025-02-24) Reply
You might be better off using Javascript if you do not want any sql. Use cookies to store the data. I don't see how a php package would be beneficial.
+1 |
This is a simple shopping cart that users PHP session variables to store the list of items and can perform operations to manage the items like adding, removing, retrieving the items and empty the shopping basket. |
| Recommend package | |
|
|