PHP/HTML question.
#8

PHP код:
$filename $_FILES["pic_map"]["name"]; 
$filetmplocation $_FILES["pic_map"]["tmp_name"];
$path "MapImages/".$filename;
$result move_uploaded_file($filetmllocation$path);
if (
$result == true) {
    echo 
"File has been moved from " $filetmplocation " to" $path;
} else {
     echo 
"ERROR: File not moved correctly";

Try to debug each output.
Reply


Messages In This Thread
PHP/HTML question. - by Michael@Belgium - 22.03.2012, 17:49
Re: PHP/HTML question. - by Slice - 22.03.2012, 18:00
Re: PHP/HTML question. - by mevi - 22.03.2012, 18:18
Re: PHP/HTML question. - by XFlawless - 23.03.2012, 02:47
Re: PHP/HTML question. - by Michael@Belgium - 23.03.2012, 16:48
Re: PHP/HTML question. - by royal_king - 23.03.2012, 17:13
Re: PHP/HTML question. - by Michael@Belgium - 23.03.2012, 19:41
Re: PHP/HTML question. - by XFlawless - 24.03.2012, 03:16

Forum Jump:


Users browsing this thread: 7 Guest(s)