I'm trying to link files from my computer to a locally hosted apache server, something like this.
<?php
$conn = mysql_connect($dbhost,$dbuser,$dbpass) or die ('Error connecting to mysql');
?>
<BODY BACKGROUND="drive\folder\picture.jpg">
<a href="movie_file.avi">Movie Name</a>
<a...