I want to search data base by input date given by user in php my sql

How to do it?

Regards

What do you have so far? :) Usually it goes something like:

SELECT * 
FROM table_name
WHERE created = "2013-12-11"
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.