Posts by Fabio Campos • 1 point
1 post
-
0
votes5
answers98198
viewsA: How to display the result of a query on an PHP html page?
It is important to note that queries should not be executed in a view. The correct is that you apply a MVC Pattern( Model View Controller) and separate things. A good example, using the Code Igniter…