Re: [PHP] old guy newbie needs some help

2004-07-18 Thread John W. Holmes
Bob Imperial wrote: Warning: session_start(): open(/tmp\sess_ff8651f382492ae56f436690d81ff124, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\phptest\listing10.1.php on line 15 You just need to set session.save_path in you php.ini file or use session_save_path() before you

RE: [PHP] old guy newbie needs some help

2004-07-17 Thread bruce
bob... when using the sesion_start(), it needs to be the 1st thing on the page... -- ? session_start(); . . . ? html ? $_SESSION['foo'] = 40; ? /html -- i don't recall if there has to be anything within the php.ini file set to enable sessions... the reason you're