Selecting MySQL Database from the Command Prompt
There be a situation when there are different databases present and you have to select one of them to work on. So after MySql connection you can do the following …
Free PHP projects with full source code, curated and re-tested for 2026 by the team at PIES IT Solutions. This page lists 300+ downloadable PHP systems — POS, school management, hotel, library, learning management, hospital, government services — all with MySQL databases and step-by-step setup guides.
Most projects here originated as Philippine BSIT capstone or thesis submissions and have been updated for compatibility with modern PHP (7.4 / 8.x). Every project includes the full source, sample database, and basic documentation. Pick the one that matches your capstone domain, then customize it — don’t submit any of them unchanged.
Before you click “download” on the first project that looks cool, narrow the list with three questions:
Jump straight to the type of system you need:
This curated list of PHP projects is maintained by the team at PIES Information Technology Solutions, an IT consultancy based in Binalbagan, Negros Occidental, Philippines. We’ve been collecting, testing, and republishing student capstone resources since 2019 — focused on BSIT programs in the Philippines, India, Pakistan, Nepal, and Bangladesh.
Every project is re-opened and verified against the current PHP and MySQL release before it’s listed here. Found a broken download or a bug? Contact us — we credit contributors in the next refresh.
There be a situation when there are different databases present and you have to select one of them to work on. So after MySql connection you can do the following …
You can create/drop any database using MySQL mysqladmin binary. It’s very important to understand that If you drop a database, that means to delete any database then all the data in it …
You can create any database using MySQL mysqladmin binary. Either it is a local server made by using Xampp or Online servers. This way you can have a database ready. Example: …
Hello, guys I just want to share with you this system called Student Transcript processing system created 5 years ago using simple PHP and MySQL. This system can be modified easily …
HTML elements are always enclosed in opening and closing tags. Example: For heading: It is imperative to use the closing tag.However ,there are some HTML elements that don’t need a …
HTML Form Elements An HTML form elements is a section of a document which contains controls such as text fields, password fields, checkboxes, radio buttons, submit button, menus etc. An …
A person can style the links using CSS. Links can be designed depending on their states: a: link– normal, unvisited link by the user a: visited– link by the user …