Re: [PHP] PHP Sessions Not Saving

2003-02-04 Thread Jonathan Wright
/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, either way it hasn't been compiled in so a recompile will be needed. it's only a 10 minute job anyway. -- jonathan wright [EMAIL PROTECTED

[PHP] PHP Sessions Not Saving

2003-02-03 Thread Jonathan Wright
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 the httpd error fle. Anyone come accross the problem? -- jonathan wright [EMAIL PROTECTED] | www.djnauk.co.uk -- life has no meaning

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 sessions. I would recommend not using

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 I found that's because I use /usr/sbin

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

2002-11-20 Thread Jonathan Wright
more questions, like above, you have to split them each into their own question: if ($_GET['sc'] != '2' || $_GET['sc'] != 8) { It also works the same when looking for a range like '2 $x 6', it has to be two questions - '2 $x $x 6'. Hope that helps! :) -- Jonathan Wright.. // [EMAIL