Soldato
- Joined
- 30 Nov 2005
- Posts
- 3,084
- Location
- London
Can anyone tell me why it displays 01 Jan 1970 instead of my date in the database?
Seems to me it's ignoring the $row
PHP:
echo date('d M Y',$row['time']);
Seems to me it's ignoring the $row