Hello everyone,
I would like to include HTML from an external file, store it in a variable and then echo it, like so:
$html = include("stuff.html");
echo "$html";
Everything in the code is working ok, except for the fact that I get a 1 echoed back after the html file.
Any ideas please?
Thanks