The Lounge

Html/php help

Submitted by Kryptedbbkick, , Thread ID: 97683

Thread Closed
04-08-2018, 03:27 PM
This post was last modified: 04-08-2018, 03:27 PM by Kryptedbbkick
#1
Hey guys i needed some help with some html code.

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!

Users browsing this thread: 1 Guest(s)