This topic is locked

Really don't understand this.

2/20/2011 5:46:05 AM
PHPRunner General questions
H
haywardgb author

I've been through these forums for hours and can't find any answers, that actually work.
First one is how do I return the unix time as human readable time.. i.e from 112233459 to 10:12:2007 13:30hrs
Secondly, how do you return a count for a field.. i.e How many times did user X log in
The software is really great, simple to create basic lists with the wizard, but tough to try anything beyond that..

P
procheck 2/21/2011

You can use the "View As" settings. Look at 2.16.8 in the manual.
Not really sure about your second question other than setting up a counter and saving the results to a cookie or in a table.
Al

Sergey Kornilov admin 2/21/2011

PHP date() function converts timestamp to human readable format:

http://php.net/manual/en/function.date.php