Hello,
I'm got a bit of a weird one here.
I have a hyperlink on my page which I want to diasble (ie: be not clickable") when a value returned from the MySql database is more than 60.
The scenario is that I have a tutorial system, and when my students get over 60% in a module, it doesn't let them back in to access it again. The modules are all displayed as hyperlinks on the index page and I want to make them unclickable if they get over 60%.
I'm grand getting the values from the MySql database, but just need to know how to make the hyperlink links unclickable in php using their ID. I tried making the <a href = "#"> but that still makes it clickable!!
Thanks in advance.
Steve