Hyperlinking in Php?

Heres my current code -

Sponsored Links

echo "Stored in" . '<a href="http://www.vuhelp.net.com/upload/" . $_FILES["file"]["name"]>'"Here"</a>;


What do I do?

"Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/pengui32/public_html/upload_file.php on line 30"