Hi,
I'm had design a html page with CSS. But I'm stuck as the page need to include the php script. How should I do it. My page is "index.html" and my php script is "test.php".
I had tried to insert below in the index.html but it is not working.
<?php
include("test.php");
?>
Help!!!
regards,
Sheryl