[PHP] Re: problem with file upload script

2004-09-27 Thread Daniel Watrous
Someone sent you a link earlier to a php page explaining how to upload files. I think that you will find as you read that page that you are missing SOME HTML in the way you build your form. If in doubt, try to copy and paste from that page exactly to see if it works! DW

Re: [PHP] Images in PHP and MySQL

2004-09-27 Thread Daniel Watrous
arily for performance reasons. - Original Message - From: "GH" <[EMAIL PROTECTED]> To: "Daniel Watrous" <[EMAIL PROTECTED]> Cc: "GH" <[EMAIL PROTECTED]> Sent: Monday, September 27, 2004 4:31 PM Subject: Re: [PHP] Images in PHP and MySQL Do

[PHP] classes in php5

2004-09-28 Thread Daniel Watrous
Hello all, I have a class Foo. In PHP4 I could create an instance of Foo in the following manner: $className = "Foo"; $fooInstance = new $className; This would yield the same result as: $fooInstance = new Foo; In my efforts to port this over to PHP5 I am having trouble. Not only do I not get

Re: [PHP] classes in php5

2004-09-29 Thread Daniel Watrous
Thank you all for your responses. It was indeed an error elsewhere in my code. Daniel Watrous - Original Message - From: "Matthew Fonda" <[EMAIL PROTECTED]> To: "Curt Zirzow" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, Septem