So what im trying to do is call a function something like this.
--------------------------------------------------------------------------------------------test.Html file to call-----------------------------------------------------------------------------------------
<body>
<p> Here is a bunch of stuff within the body of the html file needed to be called </p> <<<just an example. </body>
---End of Html file to call--- -------------------------------------------------------------------------------------------Index.html------------------------------------------------------------------------------------------------------
Within the index.php file i want use the call function.
<html> <head> </head> <body> {$FunctionName} <<< Use to call the test.html file and place its contents here. </body> </html> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I'm no good with functions and still learning. So if someone could help me out with that it would be really great :D thanks!