Lionel
10-17-2006, 01:42 AM
I am getting the dateline_from like 1160949600
I usually use the php date function to convert it to 2006-10-15 But I am having difficulties with the below. What should I use for that? Thanks.
<option
value=\"".mysql_result($getcalid,$cal,"eventid")."\"$calselected>".mysql_result($getcalid,$cal,dateline_from)."
- ".mysql_result($getcalid,$cal,"title")."</option>
k, never mind
I usually use the php date function to convert it to 2006-10-15 But I am having difficulties with the below. What should I use for that? Thanks.
<option
value=\"".mysql_result($getcalid,$cal,"eventid")."\"$calselected>".mysql_result($getcalid,$cal,dateline_from)."
- ".mysql_result($getcalid,$cal,"title")."</option>
k, never mind