I can't able to retrieve particular record by selecting date. My code is,
$factday=$_POST['factday'];
$factmonth=$_POST['factmonth'];
$factyear=$_POST['factyear'];
$factdate=($factyear.'-'.$factmonth.
'-'.$factday);
$factdate=date("Y-m-d",strtotime
("$factdate"));
$searchfact=$factdate;
{
echo...