I am pretty new to this (PHP & mySQL). I tried looking all over the hotscripts site but wasn't quite sure what i was looking for would be called. I need to display data from a mySQL table (dynamically?) on a website based on drop down boxes in a form. Does anyone know where i might find such a script?
for example: if i had a table with fields "name", "city", "date", and "site_name", and wanted to have drop down boxes for city and date, on submission of the form, a table would show the matching records.
I saw a few PHP scripts on this site, but they all had options to edit or add/delete records... all i want is to display them based on the form input. i know it is probably simple, but i am more of a code "borrower and modifier" than a code "author." Thank you for any help!!!