Question
change file name on upload in PHP
HI Folks,
I am trying to rename a file uploaded in a form using this.
But nothing happens. I can't figure out why but I'm sure you guys will see the problem straight away.
if(isset($_FILES['logo']['name']))
{$_FILES['logo']['name']=("".$row_rs_member['id']."jpg");}
Any ideas?
Dave