Search results

  1. J

    MySQL change timezone

    I need to change the default timezone for MySQl. I've found the "mysql> SET GLOBAL time_zone = timezone;" function. Where should i write it or is there any way?
  2. J

    Smarty Installation

    It works! Thanks can you describe why it ddin't work if it were other paths to directory (sure paths was corret to dirs)
  3. J

    Smarty Installation

    Hello all. I used smarty on my local machine and it was ok. i installed it on Linux and Windows but can't do it here. is this code ok? <? require('smarty/libs/Smarty.class.php'); $smarty = new Smarty(); $smarty->template_dir = '\public_html\smarty\mine\templates'; $smarty->compile_dir =...
Top