Quote:
05-01-03 at 02:38 AM msu said this in Post #11
ty for replay but i dont want to use renamed .php file !
i just want to aDD this include to index.html :ermm:
sorry for bothering but i will be glad if u helped me aranoid:
|
you could try using this:
Code:
<script language="php">
include("mpt.php");
</script>
then where you want it to appear:
Code:
<script language="php">
echo($mpt);
</script>
dunno if it'll work...
and i don't see why u cant use it in index.php