php-general Digest 23 Apr 2013 02:42:02 -0000 Issue 8205

2013-04-22 Thread php-general-digest-help
php-general Digest 23 Apr 2013 02:42:02 - Issue 8205 Topics (messages 320958 through 320961): Re: mysql_connect noob question 320958 by: tamouse mailing lists 320960 by: Jim Giner Re: [ask] convert unknown Korean's string to readable string 320959 by: Richard

Re: [PHP] [ask] convert unknown Korean's string to readable string

2013-04-22 Thread Richard Quadling
On 18 April 2013 08:06, Morning Star morning.star.c...@gmail.com wrote: $string = \uc548\ub155\ud558\uc138\uc694 ?php $string1 = '\uc548\ub155\ud558\uc138\uc694'; $string2 = preg_replace('/\\\u([0-9a-f]+)/', '#x$1;', $string1); $string3 = html_entity_decode($string2, ENT_COMPAT, 'UTF-8'); echo

Re: [PHP] mysql_connect noob question

2013-04-22 Thread Jim Giner
On 4/21/2013 7:35 PM, Glob Design Info wrote: A very complex solution that takes time to learn, configure, and install, vs. a single file I can toss on the server. Over-engineering is what is daft. As has been pointed out to you - your simplistic approach to this task is going to cost you

[PHP] Load testing an app

2013-04-22 Thread Andrew Ballard
I'm looking for ideas to help load test a PHP site my office wrote and maintains. Peak usage for this site is during the fall when new students arrive, and for the first time this past fall the traffic rendered the web server completely unresponsive, almost as quickly as we could restart it. The