I am displaying data from the database in a table using "echo"
I want to make one of the data entries a link.
When i use the <a> tag within php it doesnt work.
__________________
If you are learning PHP, developing PHP code, or debugging PHP code, do yourself a favor and check your web server log for errors and/or turn on full PHP error reporting in php.ini or in a .htaccess file to get PHP to help you.