freesoul84/ExamSeatingArrange-website — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple exam seating arrangement website in PHP with a MySQL database that can run on XAMPP, WAMP, or LAMP. I want a student side where someone can enter their roll number and quickly see their exam hall, exact seat or row, and exam schedule. There should also be a way to search by class, year, and branch to view the full class seating plan, and another search where entering a lecture hall number shows which class is assigned there.

Please include a basic admin login and admin pages to set up or update the seating arrangement, student data, and hall wise allocation. Use the sample SQL and CSV files in the repo as the starting point, but make it easy to swap in real college data. Also update the old hardcoded database password and default admin credentials to something safer.

Keep the interface clean and straightforward with Bootstrap styling. If anything is unclear, check the existing README and screenshots and follow that flow.

Want more depth? Deep Reverse