|
| A R C H I V E D M E S S A G E |
|
Subject: Change time on form data email |
| Posted: 03/15/2004 at 6:24:44 am |
| By: ianclarke |
| Hi Seth
My host server is in a country which is an hour ahead of the UK. It is possible for me to change the cgi scipt(s) to bring back the time by one hour so I don't get confused by the time difference!?
MAny thanks
Ian | |
|
|
Subject: Re: Change time on form data email |
| Posted: 03/15/2004 at 6:36:08 am |
| By: Seth Knorr |
| If you are using the main version of Biz Mail Form, open bizmail.cgi with Notepad. Then select:
edit -> go to; then enter 216.
you should see:
if ($hour > 12){
Enter above this:
$hour--;
So it should look like this:
$hour--;
if ($hour > 12){
Anyway, you bring up a good point and I may add that to another version of biz mail form. Your other option would be to change the time on the server. You could have your web host or system administrator do this for you.
Seth | |
|
|
Subject: Re: Change time on form data email |
| Posted: 03/15/2004 at 7:20:54 am |
| By: ianclarke |
| Seth
Many thanks - works a treat.
Ian | |
|
|