Posted by Geoff Berrow on 01/11/07 13:51
Message-ID: <kbfcq2tdv2l33ss7dr6fvdhu7a660saqg6@4ax.com> from Dave Nash
contained the following:
>Shoud I worry about this error in the output.
No. When [error] => 0 it means no error occurred.
http://uk.php.net/manual/en/features.file-upload.errors.php
>
>Array ( [ud_image] => Array ( [name] => button_08.gif [type] =>
>image/gif [tmp_name] => /tmp/phpGmV8jp [error] => 0 [size] => 1154 ) )
>UPDATE categories SET catname='Motorised scooters',
>image='button_08.gif', parentid='43' WHERE catid='51'
You can just comment out all that debugging stuff now. You could delete
it, but you may need it again.
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
[Back to original message]
|