Re: [PHP] Sessions/Cookies and HTTP Auth

2002-03-27 Thread maxwello
When using cookies, if you don't set an expiration time, the cookie is only good until the session expires. It doesn't get saved, and it disappears when the user closes their browser. Many browsers have different settings/preferences for session cookies, and because they don't get saved to your

Re: [PHP] Why?

2002-03-24 Thread maxwello
See also: http://www.tuxedo.org/~esr/jargon/html/entry/metasyntactic-variable.html Maxwell > > Why everyone uses $foo or $foobar as examples? > > http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=foo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Anybody have a function to encode a string?

2002-03-20 Thread maxwello
> I need a function that encodes stuff, with a key. It, of course, needs to > be decodable too. Does anbody know/have a function like this? What is everyone's thoughts on RC4Crypt? http://sourceforge.net/projects/rc4crypt/ http://www.paphe.com/php/tutorials/230101.php -- PHP General Maili

Re: [PHP] Anybody have a function to encode a string?

2002-03-20 Thread maxwello
> > I need a function that encodes stuff, with a key. It, of course, needs to > > be decodable too. Does anbody know/have a function like this? > >http://www.php.net/manual/en/ref.mcrypt.php How about situations when mcrypt is not available? -- PHP General Mailing List (http://www.php.n

Re: [PHP] Anybody have a function to encode a string?

2002-03-20 Thread maxwello
> I need a function that encodes stuff, with a key. It, of course, needs to > be decodable too. Does anbody know/have a function like this? What is everyone's thoughts on RC4Crypt? http://sourceforge.net/projects/rc4crypt/ http://www.paphe.com/php/tutorials/230101.php -- PHP General Maili