Re: [PHP] array VS object?

2001-02-02 Thread Nathan Crause
Are you perhaps refering to arrays and hashtables? "Larry Hotchkiss" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ok, I am trying to use some functions that return objects. Its my > understanding, > limited as it is, that an object is basically the same as

Re: [PHP] Files only available via HTTPS

2001-02-02 Thread Nathan Crause
I think your best bet would be to use cookies tagged as secure. My understanding is that if a cookie is tagged as secure, then the web server should not give any scripting language access to it (i.e. if you have a secure cookie LOGGEDIN, then PHP would NOT have $LOGGEDIN set [use isset] if the use

Re: [PHP] INAPPROPRIATE IOCTL ERROR

2001-02-02 Thread Nathan Crause
An IOCTL (Input/Ouput Control) is an OS's internal mechanism for dealing with ANYTHING pertaining to Input and Output (in your case a URL). I'm not 100% sure of this, but you may simply be suffering from a typing error. Perhaps "cgi-win" should read "cgi-bin" ""Kif"" <[EMAIL PROTECTED]> wrote