Hello everyone, I am trying to make a connection to a database using php but I am not able to
basically I have a class called db_connect that is stored in root/includes/db_connect.php
after that I am testing with a file called db_connect_test.php stored at root/ classtest/db_connect_test.php...
Let´s say that I have created several different templates for my site so I can easily change them whenever I want or even add new templates, and this templates are constructed with empty containers.
how could I make an index.php file load the templates?