Hi, I wondered if someone would be able to help. I am trying to set up a timetable site for my students, where they can enter their username and then retrieve their timetable. We work on a bi-weekly timetable of 5 lessons per day (e.g. 1Mon1 would be Week 1, Monday, Lesson 1, 1Mon2 would be lesson 2 etc). I have the data all in my database, but I am having problems getting the data out. The code I have below is how far I have gotten but I just keep getting a blank screen. I am very very new to PHP and any help would be massively appreciated.
[php]
"; echo "$field2
"; echo "$field3
"; echo "$field4
"; } mysql_free_result($result); ?>[/php]
OpzMaster: Removed poster’s database username and password. Please do not post your code with your database’s user credentials!