Re: [PHP-DB] upload multiple files and rename wih time()
[email protected] (Chris)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Emiliano Boragina wrote:
> Hello php fellows,
>
>
>
> I have two codes to upload multiple files, works very well, but I cant
> rename the files... really i dont know...
The code looks ok. Do you get an error message? If not, turn up
error_reporting and enable display_errors:
error_reporting(E_ALL);
ini_set('display_errors', true);
--
Postgresql & php tutorials
http://www.designmagick.com/