Contact and Inquiry

Reach the school directly and send an inquiry stored in MySQL.

The contact page mirrors the flyer’s public details while adding a secure inquiry form with validation, CSRF protection, and database-backed submission handling.

Inquiry Form

Ask about enrollment, programs, or schedules

Submissions are validated on the server and inserted into the inquiries table using prepared statements.

If the database has not been initialized yet, the page will keep your input and show an error instead of losing the inquiry content.