Posted by bill on 11/25/06 15:27
Michael Fesser wrote:
> .oO(bill)
>
>> Actually the file uploads fine, the $_FILES array gets loaded and
>> will display the values in the script that lives above the
>> webpage code. The $_FILES array returns null values when I have
>> a section of php in the body of the page.
>> here is some of my code:---------------------
>> [...]
>
> The code works here (PHP 5.2), except for
>
>> <?
>
> which should be <?php.
>
> Micha
Thanks Michael;
It turned out that I made a little error midway down the code.
While testing to see if the $_FILES array exists, I was setting
it to null.
Which explains a lot of problems.
Thanks.
bill
Navigation:
[Reply to this message]
|