beastmodeenabled86
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 0
Hey Guys,
I am a bit of a novice at coding and i have a php script saved as "test.php" and i want it to be in the html code. How would i go about doing this without just copying the php code into the html.
I am doing this but now nothing appears, any help?
I am a bit of a novice at coding and i have a php script saved as "test.php" and i want it to be in the html code. How would i go about doing this without just copying the php code into the html.
<p><b>Current Song:</b> <?php include("test.php");?> </p> </div>
I am doing this but now nothing appears, any help?
Last edited: