Thank you for your help here is the codes for the lines as you requested
Warning: mktime() expects parameter 6 to be long, string given in /hermes/bosweb/web036/b366/sl.parheaca/public_html/event_list.php on line 31
+++++++++++++++++++++++++++++++++++++++++++
$date = mktime(0,0,0,$date[1],$date[2],$date[0]);
++++++++++++++++++++++++++++++++++++++++++
comm:select * from events where status=1 and id=
error:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Server databse operation error!
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /hermes/bosweb/web036/b366/sl.parheaca/public_html/include/mysql_func.php on line 108
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /hermes/bosweb/web036/b366/sl.parheaca/public_html/include/mysql_func.php on line 111
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /hermes/bosweb/web036/b366/sl.parheaca/public_html/include/mysql_func.php on line 119
108
++++++++++++++++++++++++++++++++++++++++++
$num_fields = mysql_num_fields($result);
++++++++++++++++++++++++++++++++++++++++++
111
++++++++++++++++++++++++++++++++++++++++++
if( $row = mysql_fetch_array($result) )
++++++++++++++++++++++++++++++++++++++++++
119
++++++++++++++++++++++++++++++++++++++++++
mysql_free_result($result);
++++++++++++++++++++++++++++++++++++++++++