Re: [PHP] session data missing

2003-07-13 Thread ulf sundin
rd" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > > -Original Message- > > From: Kevin Stone [mailto:[EMAIL PROTECTED] > > Sent: 09 July 2003 20:30 > > > > - Original Message - > > From: "ulf sundin" <[EMAIL P

Re: [PHP] session data missing

2003-07-09 Thread ulf sundin
he help, anyway. It seems to be working the way I wanted it to. Regards Ulf "Kevin Stone" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > > - Original Message - > From: "ulf sundin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED

Re: [PHP] session data missing

2003-07-09 Thread ulf sundin
just the names of the variables. I must be doing something wrong. Regards Ulf "Mike Ford" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > > -Original Message- > > From: ulf sundin [mailto:[EMAIL PROTECTED] > > Sent: 09 July 2003 01:01 >

[PHP] Re: getting part of a string

2003-07-08 Thread ulf sundin
try basename(). then just cut the extention with substr($string, 0, -4) (-4 if the extention is 4 characters i.e. .gif) Regards Ulf "Micah Montoy" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Anyone have a sure way of grabbing just the file name from a string that > looks lik

[PHP] session data missing

2003-07-08 Thread ulf sundin
After creating a new session with session_start() and inserting a few values e.g $HTTP_SESSION_VARS['foo'] = 'bar'; a file /tmp/sess_{session_id} is created. The problem is that this file is empty! 0 bytes. no data is stored. I'm using php 4.0.6 on linux with apache 1.3 something. Regards Ulf -