I am trying to use a variable with the
tag to link to a file in a directory called 64, as follows:
<a href= $song >Please Click Here!!</a>
the varible $song has the path in it, that is, the value of this variable is the path.
is there a way i can use PHP to get this to work. My ultimate goal is to get paths from a database.
These paths are linked to media files in my server directory, users will then be able to
click these link to download the media files.
all suggestions welcomed.
Thanks in advance.