[PHP] PHP Sessions Not Saving

2003-02-03 Thread Jonathan Wright
6c7261052f2ff377d104871484 The settings are avaliable via http://www.djnauk.co.uk/phpinfo.php. I can't see why the server isn't writing to the files, despite the fact it's creating them no problem. there's no errors in sys.log (where php is reporting to at the moment) or in

Re: [PHP] PHP Sessions Not Saving

2003-02-03 Thread Jonathan Wright
At around Mon, Feb 03, 2003 at 10:42:47AM -0800, Chris Shiflett constructed the following notation: > --- Jonathan Wright <[EMAIL PROTECTED]> wrote: > > i'm having problems with sessions. I've set up the server > > (httpd-2.0.44) with php (4.3.0) and switched on s

Re: [PHP] PHP Sessions Not Saving

2003-02-03 Thread Jonathan Wright
At around Mon, Feb 03, 2003 at 04:20:03PM -0600, Greg Donald constructed the following notation: > On Mon, 3 Feb 2003, Jonathan Wright wrote: > > >Aside from this, PHP's running like a dream. I haven't had a single > >problem (other than mail() not working, but

Re: [PHP] PHP Sessions Not Saving

2003-02-04 Thread Jonathan Wright
uld check both locations? I can't remember where i saw it (i think it was on a mailing list), but someone said it'll only check /sbin/sendmail, which seams to be the case. sendmail.path is set to '/usr/sbin/sendmail' in php.ini, but that doesn't has an effect. well, e

Re: [PHP] How to: If($var != '#' OR '#')

2002-11-20 Thread Jonathan Wright
: 1. if $_GET['sc'] != 2, and 2. 8 Operators can only work on two operands, i.e. one either side, so you if you want to ask any more questions, like above, you have to split them each into their own question: if ($_GET['sc'] != '2' || $_GET['sc'] != 8)