Hey guys,
I’m trying to make a list page,where my customers can view the products which i want them to see,using php.
It mainly consists of two sub pages.
1.The admin page(where i can add/update/delete products).
2.The customer page where the customer can view the list of products.
How do i go about this?
Do i need to use a database or would php code itself suffice?