Is the code given below is a valid argument for the date function?
Code:
date(9-Sep-2010 04:24:54);
I chose this date from a date/time picker...
date(9-Sep-2010 04:24:54);
<li class="topitem"><a href="#" title="DECORATIVE GYPSUM"><span>DECORATIVE GYPSUM</span></a>
<ul>
<li class="subfirst"><a
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type"
mysql_query("select * from member_details where name='".$name."' or wife_name='".$name."' and ( hus_dob='".$date."' or wife_dob='".$date."' or wedding_day='".$date."'")) or die(mysql_error());
xmlhttp.open("GET","getuser.php?q="+str,true);