Tempest Gamers
New member
I have a very LARGE script I am trying to render in a page. When I made this for myself I did not need to return anything so the script was not fully php and all the html was not in variable, it was just rendered and cut to php where needed.
However, with the controller and route system of adding pages it does not seem to act the same. All content is rendered above the site instead of where it was through the php callbacks.
Do I REALLY need to go through and change this entire script into solid php or is there a way around this?
However, with the controller and route system of adding pages it does not seem to act the same. All content is rendered above the site instead of where it was through the php callbacks.
Do I REALLY need to go through and change this entire script into solid php or is there a way around this?