Image upload resulting in error message PHP -
i have created php far upload images directly onto page public viewing. problem getting once have selected image want upload, clicked on submit button. goes onto page , shows error message saying parse error.
also can function used without ftp server want public able view it.
i have included jsfiddle relevant html, php , css.
try changing line of code:
header("refresh: $seconds; url="$location"");
to
header("refresh: $seconds; url=\"$location\"");
Comments
Post a Comment