Hi,
the output of this code:
$today=getdate();
echo $today;
in a browser is :
Array
do you know what the correct syntax is to display the time?
It is for use in an SQL query:
$result = mysql_query("SELECT ca_id, ca_name, ca_time FROM calls WHERE ca_date='$today'");
thanks for your help