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
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
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
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
4 matches
Mail list logo