I created 3 text files and I want to create a bullet form list with hyperlinks that will direct the user to each file created. How can I code this?
echo "<ul>";
echo "<li>" . <a fopen("test.txt", "r") or die("Unable to open file!");>Test 1</a> "</li>";
echo "<li>" . $filename = 'test2.txt' . "</li>";
echo "/<ul>";