Re: [PHP-DB] Apache_1.3.20 with PHP and mysql 3.23.32

2001-06-24 Thread Serdar Soydemir
Hi Eyal, Version 4.0.4 has an older built-in mysql client ( i thaught it was 3.22.32 or 3.23.22 ) . This version has problems with some character sets different from latin1. PHP-4.0.5 and 4.0.6 contains a newer built-in version ( 3.23.32 ) which works without problem. I recommend you to switch to

Re: [PHP-DB] number of occurences

2001-06-24 Thread Serdar Soydemir
Hi, See Manual: http://www.php.net/manual/pt_BR/function.substr-count.php -- Serdar www.php.org.tr ""Raphael Pirker"" <[EMAIL PROTECTED]>, haber iletisinde sunlari yazdi:[EMAIL PROTECTED] Hi, I have a long number which I get out of a database. $number = 123782301247832; Now, I'd like to ch