I am trying out a PHP script that uploads a file to the server and I am receiving an error that states
"Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /hsphere/local/home/bruceg/inspired-evolution.com/Uploader.php on line 4"
this is line 4 of the code
Code: Select all
"/hsphere/local/home/bruceg/inspired-evolution.com/" . $_FILES['file'] ['name'] )http://rror that states
"Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /hsphere/local/home/bruceg/inspired-evolution.com/Uploader.php on line 4"
this is line 4 of the code
Code: Select all
"/hsphere/local/home/bruceg/inspired-evolution.com/" . $_FILES['file'] ['name'] )http://www.inspired-evolution.com/File_Upload.php
if anyone sees anything wrong with the code please advise. I can provide all of the code being used if necessary.
thanks!