advanced code snippet search
pootify on 04/07/11
php text truncate
04/07/11 03:22am
$query = "select UNIX_TIMESTAMP(date_field) as mydate from mytable where 1=1";$records = mysql_query($query) or die(mysql_error());while($row = mysql_fetch_array($records)){ echo $row;}
Report this snippet Tweet
Comment:
You need to login to post a comment.