I\'m trying to call an HTML/PHP content that it\'s inside my database using:
When the row i
You have misunderstood how PHP works. PHP is processed by the server. When it encounters your script, it sees the following:
What is the reasoning behind trying to nest PHP calls inside strings?