Home > MySQL, PHP > Simple Mysql Query

Simple Mysql Query

November 14th, 2009

I have a MySQL table with address records and I need to be able to send a date variable and have all the records => that date returned. You can return the results into a text query. I also need the fields seperated by a | (pipe) character.

No input screen needed. I will run the script by passing something like this: www.domainname.com/export.php?091114
That would return all the records from 11/14/09


Simple Mysql Query

Comments are closed.
Bear