Search the Community
Showing results for tags 'serevr'.
-
Hi, I want to know that which VPS is best and cheap for GSA SER for good vpn and fastest link building.?? Waiting for your positive response. Best Regards
-
Hi all, I am getting the following warning in the log file and because of this, I think, the library functions are not working. For e.g. if I write code with strlen() or mb_strlen() lib functions, the code fails to work. Here is the simple test code which gives an http error 500.: <?php $sl = "astha12ah"; sayname($sl); function sayname($n){ $len= mb_strlen($n, 'UTF-8'); echo $len; // echo strlen($n); echo "<br>"; echo "<br>"; echo $n; return; } ?> Any help appreciated in resolving this. Thanks all !