hrmf...well..doing that I still get the 12/31/69 return. Here's the actual sample code I'm attempting to use:
$sql = "select UNIX_TIMESTAMP(L_DATE) FROM Database WHERE string_entered = '$requireditem' AND extra LIKE '%d%'";
Once the data is grabbed, the output is handled by this snipet:
echo "<td valign=top>".date("m/d/Y",$row["L_DATE"])." </td>";
See anything wrong that would still cause Epoch?