Haloww everyone !!
I wanted to know the coding for downloading a file with php..
I already tried and the problem is that after i click the links it always automaticly open..like if i wanted to download a microsoft word file and it always open the microsoft word program and open the file automaticly..
this is my code :
<?
echo "<a href=files/$record[2]?id=$record[0]>Download file</a>";
?>