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 co
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?
if ($attachment) {
$fp = fopen($attachm
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?
if ($attachment) {
$fp = fopen($attachm
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
4 matches
Mail list logo