Russell Shaw wrote:

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>


Yes.


--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to