thanks Marek, it never crossed my mind about time, i was using it to have a
unque name to the uploaded file.
I'll try the script without the time and see.
Thanks
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At first glance I noticed you use
At first glance I noticed you use time() all over your script and expect
it to
be always the same. But the function returns current time, so it
changes! Use
$n_image1 = time().$_FILES['image1']['name'];
and remove all time() functions
Geckodeep wrote:
I am having trouble in resizing the im
2 matches
Mail list logo