- Impact
- 1
First
I know the standard format for date in MySql is yyyy-mm-dd but what is the standard format for time. Is it hh:mm:ss?
Second
I working on an articles section and plan track the number of views for each article how can I do this. Would something like $views = $views + 1 work?
The last question.
How can I display the number queries executed and the time it took for the server to build the page.
Thanks in advance to whomever can help me out.
I know the standard format for date in MySql is yyyy-mm-dd but what is the standard format for time. Is it hh:mm:ss?
Second
I working on an articles section and plan track the number of views for each article how can I do this. Would something like $views = $views + 1 work?
The last question.
How can I display the number queries executed and the time it took for the server to build the page.
Thanks in advance to whomever can help me out.





