Recent content by jeganaryan

  1. J

    rand() and str_suffle() it's not working while enable the cache

    thanks for your response, Is there any alternative way to short this issue, Because we can't disable the cache for the entire domain and moreover we are using various CMS so we can't able to switch PHP function to JS code.
  2. J

    rand() and str_suffle() it's not working while enable the cache

    hello, rand() and str_suffle(), If I execute this function same output is coming until cache clearing the cache. If disable the cache it's working properly. Is there any alternative way to solve the issue? [root@server~]# /usr/local/lsws/bin/lshttpd -v LiteSpeed/1.7.13 Open module...
  3. J

    php custom sendmail_path is not working

    hello, I have add my custom sendmail_path, it's not working. /usr/local/lsws/lsphp73/etc/php.ini [mail function] ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ; http://php.net/sendmail-path ; sendmail_path = /usr/sbin/sendmail -t -i SMTP = localhost smtp_port...
Top