Hello everybody!,
As a mysql newbie, I'm having a problem because of my lack of knowledge of sql.
Let's me explain; I have an email form which sends the user's info directly to a table that storage the name, email, subject, message, and the time it arrived. I need to create a form report which let me know mails that arrived either today, yesterday, or even one week ago.
I would like to know how to query the database to display the user info by date of arrival and display the result into a table.
I hope someone could help me!
Thanks you so much.
As a mysql newbie, I'm having a problem because of my lack of knowledge of sql.
Let's me explain; I have an email form which sends the user's info directly to a table that storage the name, email, subject, message, and the time it arrived. I need to create a form report which let me know mails that arrived either today, yesterday, or even one week ago.
I would like to know how to query the database to display the user info by date of arrival and display the result into a table.
I hope someone could help me!
Thanks you so much.