Sorry, but I don't have a lot of web script experience. I am a database guy, and haven't worked much with PHP.
I have a database containing some basic fields. These include: Sq, Dorm, Unit, Address and Zip.
When I use a web form to submit Sq and Dorm, I want to return the full record; Sq, Dorm, Unit, Address and Zip.
How do I use the form to send the request to the PHP database on MySQL?
What code do I put in the page? 😕