RE: [PHP] Hmmm

2005-02-27 Thread Jason Bennett
Oooo.. good one. I used the RPM install for MySQL.. can you point me in the right direction for doing this? Thanks!! J. -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27, 2005 9:40 PM To: php-general@lists.php.net Subject: Re: [PHP] Hmmm Jason

[PHP] Hmmm

2005-02-27 Thread Jason Bennett
I just installed a new MYSQL version 4.1 (from 4.0) and now none of my PHP scripts work anymore. They are all complaining about attempting to login as root. Normally, I referance a class like: class DB { function DB() { $this->host = "127.0.0.1:3306"; $this->db = "mydatabase"

RE: [PHP] Uploading a File Solution

2005-02-26 Thread Jason Bennett
art for that variable, it took it as 2 bytes either way. Cheers, J. -Original Message- From: Jason Bennett [mailto:[EMAIL PROTECTED] Sent: Saturday, February 26, 2005 11:05 PM To: php-general@lists.php.net Subject: [PHP] Uploading a File Hi all, I'm having this problem trying to

[PHP] Uploading a File

2005-02-26 Thread Jason Bennett
Hi all, I'm having this problem trying to upload a file using PHP. I am using Apache (compiled from source) and PHP 5.0.3 The entire contents of the page is: The entire script is: The returned message I get is: Notice: Undefined index: myfile in /www/htdocs/upload.php on line 6 No U