can i include this
<?
require('inc_rate.php');
getComments("1");
submitComments("1","$PHP_SELF");
?>
in a php file but display at certain location at the html file.
i tried it to paste the way it was but gave me an error
so i did like this
require('inc_rate.php');
getComments("1");
submitComments("1","$PHP_SELF");
it worked but cannot displat it on the page where i want it. what would i do so it displays the action at the place i want it.
many thanks