[PHP] Installing PHP... ASAP

2002-08-18 Thread Konstantin
iner in Unix. Please if you can answer me how i can install apache with detailed descriptions i will be very happy :) -- Best regards, Konstantin mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Memory usage - calculating

2002-09-13 Thread Konstantin Tjuterev
d by using ini_set("memory_limit", "20M"); Standard memory limit is 8M, so I'm wondering what is stored in 7750Kb of memory limited to PHP by defualt? Any ideas? Thanks in advance, Konstantin Tjuterev Head of development. Binfiks Ltd. www.binfiks.com -- PHP Ge

[PHP] php 4.0.6(win32) + gd(freetype) = Could not find/open font

2001-08-16 Thread Konstantin Boshnyaga
Hello php-general! it worked with earlier PHP versions. but now dont. i tried all paths combinations ;( does anyone experience same problem ? -- Best regards, Konstantin mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Communication between PHP Server code and HTML/JavaScript client without refreshing the page

2003-07-04 Thread Konstantin S. Kurilov
Hi, It is RPC software. I have used it. It work for me. - Konstantin === FrЕn: Jon Smirl [SMTP:[EMAIL PROTECTED] Skickat: den 12 mars 1999 05:21 Till: [EMAIL PROTECTED] AngЕende: [PHP3] RPC for PHP from the browser This is a port of Microsoft's r

Re: [PHP] Communication between PHP Server code and HTML/JavaScript client without refreshing the page

2003-07-04 Thread Konstantin S. Kurilov
Hi, Excuse, skip one file. It is full set of RPC files. - Konstantin. "Konstantin S. Kurilov" wrote: > > Hi, > > It is RPC software. > > I have used it. It work for me. > > - Konstantin > > === > FrЕn: Jon Smirl [SMT

Re: [PHP] Re: help with end of line charater

2009-01-30 Thread Konstantin S. Kurilov
Hello Adam! $list2 = explode("\n", $list); // "\n" not "\r\n" $list = implode("\r\n", $list2); foreach ... - not need with the best regards - Konstantin Kurilov Shawn McKenzie wrote: Adam Williams wrote: I have staff inputting email addresses int