In HTML you can write href="#" to prevent a page reload, however in php this doesn't appear to work. Is there an alternative?
It adds # to the existing url, but that's not what I want. I also don't want to remove the href since it replaces the cursor with a select text cursor, and I don't really want to be changing my css for what should be basic php.
I'm sure im just doing something wrong anyway. Thanks!