Feeds Product Inventory System
- Read more about Feeds Product Inventory System
- 1 comment
- Log in or register to post comments
- 815 views
This project will show you how to build a shopping cart using PHP, MySQL, HTML and css. It contains product list and the cart list. Like any other shopping cart, everytime you click the Add To Cart, the item will go to the cart list. If the product is already on the list, only the quantity will be added to the existing product. The user can also edit the quantity on the Cart Page by clicking the
This project will teach you how to embed YouTube videos through URL link. On the home page, we have to create fields which require the name of the video, what category they belong and the url link of the video. Once posted, information will be saved in the database (only the 11 character code of the youtube video is being saved and not the whole url link) and displayed on their corresponding
This project is a simple video upload system allowing the user to upload and save videos. In this project I add some restrictions to the file upload. The user can only upload mp4, mpeg1, mpeg4, avi, flv, mov, and wmv(you can also add other video extensions in this project) and the file size must be under 20mb(which you can also change the file size limit). For beginners who are using WampServer
This is a simple project which features data entry, picture uploads, and pagination. In this project, you will be able to learn how to upload pictures and input data, store each data into the database, and navigate through all stored entries. This is best for profile page of a site or of a certain system. I hope this helps.