Okay I noticed this wierd bug in my game, and I don't know why its doing this.

CODE
$stime = date("d - m - Y  G:m");
// if echo this it shows as HOUR:06 and only changed hte hour once every hour, never changing minutes.

$logtime = date("D M d G:m Y");

//It does it to that as well.

Why is it doing this? Is it a code error? A PHP Configuration error? Any hints? Thanks.

EDIT: LOL. I can' believe it. I used m instead of i. Well its fixed now wink.gif

Reply