Posts

Showing posts from November, 2025

PHP Upload Photo

 https://github.com/farrasnazhif/pweb-a/tree/main/crud_siswa/uploads

Laundry Web Application

 Here's my code for laundry web application using PHP, MySQL, and MAMP https://github.com/farrasnazhif/pweb-a/tree/main/laundrycrafty

Project Spesification: New Student Registration

To make life easier for everyone who wants to be a new student, I decided to build a New Student Registration System. It's a  simple web app that moves the whole process online . No more messy papers, lost documents, or long queues at the registration desk. Everything can now be done from a laptop or even a phone. The Idea The goal is straightforward: Make student registration faster , smarter , and completely online  while keeping it easy for both students and the school staff to use. Students can register, upload their files, pay the registration fee, and see their admission results all in one place. Meanwhile, the admin team can check data, verify documents, and update results instantly from their dashboard. How It Works The website is built with HTML, CSS, and JavaScript for the front side (the part users see), and PHP with MySQL for the back side (where all the data and logic live). Everything runs on MAMP , so it’s easy to develop and test ...