I am not really sure what it would be called.
.In my mysql database i have fields called evopen (date) and evclose (also a date field) I also have a field called state (char).
I am needing to figure out how to code it so I can search for any date that is between the evopen and evclose and then sort them by state and if possible also by city which is another field.
Is there anyway of doing this easily. I am new to PHP and MySQL this will actually be my first site.
Thanks in advance for any help