[PHP] Session not expiring

2002-07-05 Thread Peter Atkins
All, My session is not expiring and I believe that I set this correctly. I'm looking for a 15 minute expiration time. My current setting: session.cookie_lifetime = 900 ; lifetime in seconds of cookie ; or if 0, until browser is restarted Is this the

[PHP] Storing a object in the session??

2002-05-14 Thread Peter Atkins
All, I really need help on this one... I have a class called Profile and I want to store the properties of this class in the session after I give them values shown below: Step 1: // set properties of class $objProfile = new Profile('1', 'John', 'Doe') ; // store object in session

[PHP] PHP4 html email

2002-01-31 Thread Peter Atkins
All, I'm building a tool that takes form input and sends out an html email with a word doc attached. It sends the text and html version of the email but I can't open the attachment. It opens blank. Anyone have a thought or two about this? php snippet if ($attachment) { $fp =

[PHP] HTML Email attachment problem

2002-01-31 Thread Peter Atkins
All, I'm building a tool that takes form input and sends out an html email with a word doc attached. It sends the text and html version of the email but I can't open the attachment. It opens blank. Anyone have a thought or two about this? php snippet if ($attachment) { $fp =