PHP

StudentTranscript Processing System

Submitted by joken on
The Student Transcript Processing System is a complete system created using PHP/MYSQL and a Twitter Bootstrap Framework. This system has an administrator side has a data entry for student, courses, Grade level, Faculty, Department and Rooms. The system also has an import and export information of student in student module and import for Course and Grade level module. The Student Transcript is

Online Posting and selling website like OLX.COM

Submitted by ahad.bj on
This is the final project of mine at University. I have been use the PHP language with MySQL database. The PHP language is very flexible, reliable and more efficient for the web development. It's more secure and more consistent. Hope this project will help to the beginners of webdesign student.You can post any product on this site and advertize it for the selling. it's a good and nice site for the

Online Help Site (for Consultants and Clients)

Submitted by kariuki on
This website is intended to be used as an online help site .The systems is supposed to create platform for Consultants with various skills to assist clients who need their services . The Admin of the system activates and deactivates the users of the site . Clients submits their queries to consultant of their choice so that their issues can be sorted out . They send messages to each other until the

JLT Traveller’s Inn Reservation System

Submitted by joken on
This JLT Reservation system is a capstone project of BSIT student as their final requirement of the said subject. Using this system,the user is able to view gallery of JLT Traveller’s Inn. It can also allow the guest user to reserve a room. This system has an admin side wherein the administrator can view and update and delete the reserved rooms. The admin side has also a user management system

Chat Box w/ Login and Registration

Submitted by GeePee on

Learn how to create a simple chat box with login and registration using PHP, Jquery and Ajax. Once you have registered in the site and login, you can then start to chat. The messages you sent are saved in the database and are displayed in the chat box which all users can view. You can test this project by opening two(2) different browsers with different username in each browser. Hope you learn

Feeds Product Inventory System

Submitted by joken on
This simple Feeds Product Inventory System is created using PHP/MySQL and a twitter bootstrap framework. This system is able to record new acquired product and can be classified in to a different type.it can also monitor the in and out of a product. The system also a user management system wherein the admin can create, update and delete user. To use this system, you need to extract first the

Shopping Cart w/ PHP and MySQL

Submitted by GeePee on

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

Embed Videos From URL Link

Submitted by GeePee on

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

Video Upload System

Submitted by GeePee on

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