Re: [PHP] Re: Differences

2012-10-05 Thread Tamara Temple
On Thu, 2012-10-04 at 18:06 -0400, Jim Giner wrote: > I've read thru 9 responses to the OP and not one of you mentioned that > the code presented is problematic in itself. Very forgiving, but > perhaps someone should have suggested that he post "actual code" when > looking for help in the futur

Re: [PHP] Re: Differences

2012-10-04 Thread Jim Giner
On 10/4/2012 7:08 PM, David McGlone wrote: On Thursday, October 04, 2012 06:06:50 PM Jim Giner wrote: On 10/3/2012 8:48 PM, David McGlone wrote: Hi everyone, I have been playing around with some code the list helped me with a while back and I'm not grasping the concept between return and echo a

Re: [PHP] Re: Differences

2012-10-04 Thread David McGlone
On Thursday, October 04, 2012 06:06:50 PM Jim Giner wrote: > On 10/3/2012 8:48 PM, David McGlone wrote: > > Hi everyone, I have been playing around with some code the list helped me > > with a while back and I'm not grasping the concept between return and > > echo and the PHP manual doesn't answer

[PHP] Re: Differences

2012-10-04 Thread Jim Giner
On 10/3/2012 8:48 PM, David McGlone wrote: Hi everyone, I have been playing around with some code the list helped me with a while back and I'm not grasping the concept between return and echo and the PHP manual doesn't answer this, unless I'm missing something. There is an example at the very bot

[PHP] Re: Differences

2012-10-04 Thread Tim Streater
On 04 Oct 2012 at 01:48, David McGlone wrote: > Hi everyone, I have been playing around with some code the list helped me with > a while back and I'm not grasping the concept between return and echo and the > PHP manual doesn't answer this, unless I'm missing something. There is an > example at t

Re: [PHP] Re: differences in session handling between 4.1.1 and 4.3.1

2003-06-28 Thread anders thoresson
I would also advise to check for register_globals, since I have the faint feeling it was OFF on your old version and ON in your new (though most logcial would be viceversa :P) register_globals are on in 4.1.1 and off in 4.3.1. So, your faint feeling was wrong (which I'm sorry for, cause any feel

[PHP] Re: differences in session handling between 4.1.1 and 4.3.1

2003-06-28 Thread Tularis
I would also advise to check for register_globals, since I have the faint feeling it was OFF on your old version and ON in your new (though most logcial would be viceversa :P) Bobby Patel wrote: maybe compare the php settings for both servers (using phpinfo()). Also check the register globals s

[PHP] Re: differences in session handling between 4.1.1 and 4.3.1

2003-06-28 Thread Bobby Patel
maybe compare the php settings for both servers (using phpinfo()). Also check the register globals setting. I know this might not be a big help, but it's a start. good luck Bobby "Anders Thoresson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Are there any big differences in se

[PHP] Re: differences between ini_set() with php cgi and module?

2002-01-17 Thread Yasuo Ohgaki
Gk wrote: > First of all, does php cgi use php.ini at all? > Is it the exact same behavior as the module version in realtion to > php.ini settings and the ability to change them with ini_set()? > > My ISP runs php as a cgi, version > He tells me that I cannot change php.ini variable, upload_max_f