Hello!
I am currently developing a tournament service, and step by step have been developing parts of the website to allow me to connect players to the appropriate matches. One part of this, has been embedding a bracket to a dynamic page. The reason this page must be dynamic is that each even used a different embedding. The simple solution to this is to use a database that I enter a bracket into, and have it referenced on the page, and messaged to the HTML box.
However, the HTML box is not displaying the code, and I have the creeping feeling that I am doing something completely wrong. Despite reading as many similar issues, nobody seems to have shared my problem entirely. I was hoping somebody would be able to specifically address what I have done wrong.
What I need simply:
I need my page to check the bracketcode of the database, on the dynamic page, and then use the message system to send it to my HTML box, which it will be displayed in.
My experience with the code is not allowing me to do it properly.
bracketcode = The HTML in the database
()
bracketbox = HTML box