ok, think I'm lost...let me start again...so i have a page that when a user logs in will display the courses he needs to take. So user1 could have different courses to take then user2. On this page, this course taken info is got from a mySql db and the query pulls the coursename to the page...
so page would look like this:
username: User1
Course to Take:
Course1
Course2
Course5
Those courses are echoed to the page....
now within the database in the courses table, there is a field that has the html link/info of where the course is. What I want to do is have each course basically come out on the page as a link (but using the table location info) so when a user clicks on the link, it takes them to that page....I know how to do this in ASP, but can't figure it out for php...
Thanks