Script URL:
Version of script: 1.7.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Would it be possible to add a time stamp after the date when comments are posted?
TIME STAMP ON POST
Re: TIME STAMP ON POST
You need to modify the "date" function arguments.
Open gbook.php and find:
You can for example change that to:
That should make new posts appear as
http://php.net/manual/en/function.date.php
Open gbook.php and find:
Code: Select all
date(" j, Y")
Code: Select all
date(" j, Y h:i:s A")
You will find a full list of available PHP date format parameter options here:Added: February 27, 2015 05:33:16 PM
http://php.net/manual/en/function.date.php
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: TIME STAMP ON POST
got it thanks - works perfect