surbhi98/Exam-Seating-Arrangement — reverse-engineered prompt
Reverse engineered prompt
Build me a simple college exam seating arrangement website in PHP. I want it to help staff assign students to exam halls and keep track of each room so seating is easier to manage during exams.
It should have basic login and registration, then separate views for faculty and students. Faculty should be able to add or update room details, see seating information, and view the full arrangement for an exam. Students should be able to log in and check where they’ve been seated. Please include the usual success and error pages so the flow feels complete.
Keep the interface straightforward and old school web app style is fine, just make it usable. Use a database for storing users, rooms, and seating data, and wire up the forms and pages so everything actually works end to end. If there’s already a SQL file or starter pages in the project, use those and finish the missing parts. Look up current PHP docs online if you need to.
Want more depth? Deep Reverse