Hello,
Will anyone help me with this please!
Let's just say I have in a PHP file
include("file.txt");
and inside the file.txt, I have some more php code with html... for some reason, the PHP code inside this file isn't parsed... anyone know how I can get around this?
Thanks!
James