RE: [PHP] session_destroy problem

2003-01-09 Thread Ken Nagorski
gravating so I'm going to have to start > working on a method based on responses to your post. > > Larry S. Brown > Dimension Networks, Inc. > (727) 723-8388 > > -Original Message- > From: Ken Nagorski [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Jan

[PHP] session_destroy problem

2003-01-08 Thread Ken Nagorski
Hi there, I have written a class that manages sessions. I have never used sessions before so all this is new to me. Everything works fine as far as starting the session and logging in however when I call sessoin destroy it doesn't seem to work the function returns 1 as it should if all goes well h

[PHP] returning data from a function in a class

2003-01-02 Thread Ken Nagorski
Hi there, I am totally new at classes and oop... I have never done any object oriented stuff before so I don't know if my question is a php one, a browser issue or an oop one but here goes. I am writing a class that deals with members for a site (I know there are examples on the web, I have used

[PHP] using cookies

2002-11-23 Thread Ken Nagorski
Hi there, I have never used cookies before, however I am trying to implement them to make things a little more secure. Rather than passing a sql statement via a hidden input tag I am setting a cookie. This works fine except that when I look at the sql after it is pulled from the cookie everything

[PHP] strange file handle problem

2002-04-01 Thread Ken Nagorski
Hi there, Ok - This is the error I get, Warning: 2 is not a valid File-Handle resource in /usr/local/apache/htdocs/mm_edit.php on line 359 But this is the code... I marked line 359 where it attempts to call fputs for the first time. I can't seem to understand how this is failing. I really think

[PHP] running commands as root from a script

2002-03-28 Thread Ken Nagorski
Hi there, I have a little problem. I need to run a few commands for Courier from a script. What I have is a php based application that makes it easy to create and manage virtual domains and the addresses for them from the web. However when You "Apply the changes" everything is written to /tmp dir