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.

http://www.jsfiddle.net/pygtp/

try changing line of code:

header("refresh: $seconds; url="$location""); 

to

header("refresh: $seconds; url=\"$location\""); 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -