Im currently using PHP to fetch results from a mysql db.
Im also displaying the results by building a table and all with PHP also.
My question is, would it improve loading speed if I would just call the php variables from a HTML document (PHP + HTML).
Or maybe it doesn't matter, and I should go with the ONLY PHP solution that I already have?
Thanks