![]() |
|
|
+ Search |
![]()
|
Jan 10th, 2004 08:46
Rich Miller,
If you use script tags instead of the standard php tags, Frontpage
will recognize it as script and leave it alone in php or html pages.
Instead of:
<?php
some code here
?>
Use:
<script language="php">
some code here
</script>