Tuesday, 28 August 2018
Subscribe to:
Post Comments (Atom)
$datechecker = $postdate;
//$postdate is a date variable that is posted via a form into mysql, stored as a DATE
$sql = mysql_query("SELECT * FROM members WHERE mem_id='$id' AND postdate='$datechecker'");
$Counter = mysql_num_rows($sql);
if($Counter >= 0) {
echo "$datechecker $Counter";
exit();
}
2011-01-01 0
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment