Hi, I have php code embedded in html, that is read by apache.
Is nested php code allowable such as:
<?
$phpcode="<? echo \"< some html >\" ?>";
?>
...
<html>
...
<body>
<? echo "$phpcode" ?>
</body>
</html>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

