I have a html code including with javascript / php code.
I wanna use this for value of variable.
like this:
function abc($content){
$content='my html code ';
// rest of code
}
It will output as a txt file.
But for that reason my script will be so bigger.Is there any way to submit that html code to any site and put a link in variable to grab the script from that source ?
You can put all HTML code into a separate file and load it using
file_get_contents()