I want to change the content of a div when I click a button. I can do this easily with jquery but it is only on my side. I want it to be changed for all the users if they connect to the page or refresh the page. How can I do that? I understand that it has to be with php (server side script). Any ideas?
To make it simple -> click of a button -> change div for all visitors of that page (after they refresh the page of course).
I want to change the content of a div when I click a button.
Share
what I would do is: