$Query = mysql_query("SELECT * FROM events
WHERE EventCode == 'PMJ';
ORDER BY EventTime DESC");
$Data = mysql_query($Query) or die("Error: " . mysql_error());
while($row = mysql_fetch_array($Query))
this was posted in the wrong forum but I see that you did post in the correct forum.
the mod's will notice.
It is possible to delete your post if you view it and you are the owner or the post.