[PHP] Classes and their members

2004-04-22 Thread Dickon Newman
I'm having a problem using classes. The problem stemed from using arrays to store a bunch of users and their usage times. I have an object with two members, $name and $onlineSecs. No matter how hard I try...$name always gets modified. I try referencing $onlineSecs directly...I've tried writi

Re: [PHP] html mail

2003-03-10 Thread Dickon Newman
There is a technique to make a large comment at the top of your html based email, which would be your content readable by the users who have text-only. Granted all the html code would be at the bottom. I saw it done in a newsletter or two, very cleaver and effective! Dickon... - Original Me

Re: [PHP] session data

2003-03-05 Thread Dickon Newman
If I remember my reading correctly...the php manual (or the notes in the ini file) specifies how the garbage collection is done on unix versus windows and under what situations. I remember that there were some situations where the system doesn't clean out the expired sessions! Hope that helps a l