". ucwords($row['title'])."
"; echo "Posted by: ". strtoupper($row['uploader']).""; echo "
".$row['content']."
";
if(strlen($row['images'])>1) {
$imgs=explode(",",$row['images']);
echo ""; echo ""; } if(strlen(trim($row['fileattachment']))>5) { if(EndsWith($row['fileattachment'],".pdf")) { echo ""; } echo "
File Attachement :Click Here to Download the file attachment"."";
}
echo "
Upload date: ". date("m-d-y",strtotime($row['upload_date']))."";
}
echo "