I've tried some things, but i just can't seem to get a PHP script to show up on an HTML page...
<html>
<head>
<title>Call PHP Test</title>
<body>
<?php
include("test.php");
?>
</body>
</html>
i'd rather not use frames or i-frames for this, i just need it to call a script to a page so i can use it's functions on that HTML page...
Any help is much appreciated!
edit: you can see what i'm trying to do here:
http://www.kndpro.com/K0D3R/LF/index.htm
http://www.kndpro.com/K0D3R/LF/test.php