for example, I have
<input type="checkbox" name="check[]" value="file.csv" /> sample1
<input type="checkbox" name="check[]" value="file2.csv" /> sample2
then I want it to do this
echo "download now. " <ahref=load.php?file=/download/$value</a>";
I dont know the format for linking at all. How do I do this?
Bookmarks