|
Posted by comp.lang.php on 10/02/17 11:39
Yeah it was a serious case of brain freeze. I had
$result[0]->record_entered, when I was supposed to have
$result[$i]->record_entered.. but I fixed it 3 minutes before the
presentation!
Phil
Drakazz wrote:
> Check the $result[0]->record_entered variable, change it to normal text
> , using http://www.4webhelp.net/us/timestamp.php
>
> Of anything, i suggest that you don't use <?= , etc. use ONLY <?php
> echo (date()); ?>
>
> Just print_r the $result array !
>
> Seems that the server is somewhere far away from where you live :)
Navigation:
[Reply to this message]
|