Quote:
Originally Posted by druid66
ok guys, not so easy as i thought.
using @ sign doesn't work for long range, script need this date to be set properly to actually count clicks and stuff..
can someone of you look into script pasted above and show me how to implement correct value into it?
|
If you can change your php.ini
Just do this:
Quote:
Originally Posted by CrazyMartin
Druid, you should ask me today when we spoke
you have to add date setitngs to php.ini
for example
date.timezone = 'America/Toronto'
uncomment date.timezone and put correct timezone
then restart httpd server
but if you are on virtualhost it can be problematic...
|