Re: [PHP] setcookie() in various browsers.. 3rd followup.. anyone?

2003-02-11 Thread Jason Wong
On Wednesday 12 February 2003 05:44, Chad Day wrote: > This is with PHP 4.2 and register_globals off. > > I am setting cookies and starting a session in the following fashion: > > setcookie("EMAILADDR", $row[EMAIL], time()+2592000, '/', ".$dn"); > > where $dn = mydomain.com > > I want the cookies a

Re: [PHP] PHP FTP a security risk?????

2003-02-11 Thread Jason Wong
On Wednesday 12 February 2003 07:46, Chris Wesley wrote: > On Tue, 11 Feb 2003, Christopher Ditty wrote: > > Chris, Did you read the rest of the message? It sounds like the web > > Yes, I read your entire message. > > > host is saying that > > someone can access PHP FTP from an outside server and

[PHP] msession users

2003-02-11 Thread Robin Mordasiewicz
Are there any msession users here, if so please share your experiences. I am considering using msession for a multiple server environment for handling session data. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP FTP a security risk?????

2003-02-11 Thread Chris Wesley
On Wed, 12 Feb 2003, Jason Wong wrote: > On Wednesday 12 February 2003 07:46, Chris Wesley wrote: > > You access an FTP server with a user name and a password to retrieve a > > file via PHP FTP. The user name and password is the same that grants > > you access to your hosting providers serve

Re: [PHP] PHP FTP a security risk?????

2003-02-11 Thread Jason Wong
On Wednesday 12 February 2003 14:02, Chris Wesley wrote: > Why? What's a better argument? It's certainly just a piece of a much > larger argument, but avoiding a full-fledged lecture outside the immediate > context of the original question (and trying to keep it related to PHP > somehow) makes i

Re: [PHP] setcookie() in various browsers.. 3rd followup.. anyone?

2003-02-11 Thread Peter Janett
If you read the original cookie spec, written by Netscape, the cookie is set based on the preceding . (dot). So, if you set a cookie at www.domain.com (using the 5th parameter of setcookie), you can read it ONLY from www.domain.com. If you set it at .domain.com, as long as "dot domain dot com" is

Re: [PHP] PHP FTP a security risk?????

2003-02-11 Thread Chris Wesley
On Wed, 12 Feb 2003, Jason Wong wrote: > On Wednesday 12 February 2003 14:02, Chris Wesley wrote: > > > Why? What's a better argument? It's certainly just a piece of a much > > larger argument, but avoiding a full-fledged lecture outside the immediate > > context of the original question (and tr

php-general Digest 12 Feb 2003 07:00:41 -0000 Issue 1878

2003-02-11 Thread php-general-digest-help
php-general Digest 12 Feb 2003 07:00:41 - Issue 1878 Topics (messages 135224 through 135274): passing array as a form variable 135224 by: Edward Peloke 135225 by: Leif K-Brooks 135226 by: Jason Wong Re: mail() and php.ini (Any Luck???) 135227 by: Scott Fletc

Re: [PHP] msession users

2003-02-11 Thread Tom Rogers
Hi, Wednesday, February 12, 2003, 4:01:28 PM, you wrote: RM> Are there any msession users here, if so please share your experiences. RM> I am considering using msession for a multiple server environment for RM> handling session data. I have been using it as a general session manager for about a y

Re: [PHP] default php sessions in a database

2003-02-11 Thread Chris Wesley
On Tue, 11 Feb 2003, Robin Mordasiewicz wrote: > Is there a way to configure php to use a database for sessions rather than > a text file. > I have a server farm and want the session files to be accessible to all > machines in the cluster. I can have the session file on nfs but I am > worried abo

[PHP] Re: possible mail() bug

2003-02-11 Thread Manuel Lemos
Hello, On 02/11/2003 07:49 PM, Matt Phillips wrote: I created a script that sent the contents of the form via the mail(). when I created it the server was running PHP 4.1.2. The server I am on was upgraded to ver 4.2.2. When that happend the script stop working correctly. It appeared to work,

Re: [PHP] PHP FTP a security risk?????

2003-02-11 Thread Jason Wong
On Wednesday 12 February 2003 15:00, Chris Wesley wrote: > If you assume the users use FTP for uploads, then you have to assume the > hosting company is a band of hypocrites. So the conclusion for the OP is simple: If the host is allowing you to use FTP to upload your site then they are a bunch

Re: [PHP] php & javascript drop down menu???

2003-02-11 Thread Jason Wong
On Wednesday 12 February 2003 08:47, Jeff Bluemel wrote: > OK... I have a dynamic menu system, and I have to maintain a dynamic menu. > however, the amount of content I need in my menu is going to be rapidly > outgrown. I believe my only solution is to deploy a javascript drop down > menu (users

<    1   2