Hello guys ! i find this place really helpfull for developers (ow really ? lmao) ok here i made an mysql query that looks like this ;
$result = mysql_query("SELECT id,title,description,data,author,mini_img,view FROM data WHERE data>'$data_begin' AND data<'$data_end'",$db);
i checked for missplaing and nothing ... i have doubs about data(its the date) and data for the name of table .. i made some queries before that involved them both and no problem but here . the $data_begin and $data_end have ****-**-** form just like in the table . Please help )