Re: [PHP] Re: Array Search - Solved

2011-03-26 Thread Ethan Rosenberg
At 01:31 PM 3/25/2011, João Cândido de Souza Neto wrote: It´s a job to array_key_exists function. -- João Cândido de Souza Neto "Ethan Rosenberg" escreveu na mensagem news:0lim00hi3ihny...@mta4.srv.hcvlny.cv.net... > Dear List - > > Here is a code snippet: > > $bla = array("g1" => $r

Re: [PHP] Re: Slow sessions.

2011-03-26 Thread Bostjan Skufca
Can you strace it's execution and see where your delay is comming from? If you are using apache, make it create just one child and strace that one when you generate a request. b. On 25 March 2011 19:01, Rob Adams wrote: > I decided to try changing the session.save_path, and I've had some > int

Re: [PHP] Re: putting variables in a variable

2011-03-26 Thread Al
On 3/26/2011 11:57 AM, Daniel Brown wrote: On Sat, Mar 26, 2011 at 11:46, Al wrote: You guys know this thread will be three years old on Monday, right? Interestingly enough, it looks like Ross ('Hulf') had his client, OS, or mailserver improperly configured, because it shows that the me

Re: [PHP] Re: putting variables in a variable

2011-03-26 Thread Daniel Brown
On Sat, Mar 26, 2011 at 11:46, Al wrote: You guys know this thread will be three years old on Monday, right? Interestingly enough, it looks like Ross ('Hulf') had his client, OS, or mailserver improperly configured, because it shows that the message to which we've all replied won't even exis

[PHP] Re: putting variables in a variable

2011-03-26 Thread Al
On 3/25/2011 10:01 PM, David Robley wrote: Hulf wrote: Hi, I am making and HTML email. I have 3 images to put in. Currently I have $body .=" "; ideally I would like to have $myimage1 = "image1.jpg"; $myimage2 = "image2.jpg"; $myimage3 = "image3.jpg"; and

Re: [PHP] opening a new window from php script

2011-03-26 Thread Ashley Sheridan
On Fri, 2011-03-25 at 18:05 -0700, Tommy Pham wrote: > On Fri, Mar 25, 2011 at 2:59 PM, Grega Leskovšek wrote: > > I am working on CMS designed to those who are unfamiliar with a > > computer world and I want to offer a task where on a push of a button > > it will save current working page in te

[PHP] Re: [PHP-WIN] Re: [PHP] Which versions of Apache will PHP 5.3.6 work with??

2011-03-26 Thread Pierre Joye
On Sat, Mar 26, 2011 at 1:47 AM, Tommy Pham wrote: > I've never tested the difference for performance.  If that's the case, > any particular reason to stop support ISAPI for IIS then? or is > FastCGI faster than ISAPI for IIS? It is faster, however the ISAPI was not maintained and has issues. Bu