I want to make a link to a file on my harddrive from an element I stored in an arrary.
Example I stored ben.txt in $arrary[$file]
now I want to make a link to my hard drive from the array
I tried this and it does not seem to work
echo "<a herf = 'c:/ben/$array[$userfile]'>hi</a>"
Any suggestions,
Ben