- Develop a Shopping cart in PHP with following requirements: Admin Site:
- Login
- Manage Category (CRUD)
- Manage Products (Product data with pictures. Upload picture and resize them)
- Logout User Site: Categories Garments Mobiles Laptops
Pic pname price
p2 p3
p4
- List Categories
- Display products of category whose hyperlink is clicked(Apply pagination, load data with ajax).
- Register user (Use CAPTCHA)
- Login
- Read data from students.xml file and store them in students table of MySQL.
- Read data from students table of MySQL and store them in students.xml file.
- List files in a directory.
- Call express rest api in php.
- Call php rest api in express.