PHP and the <Script> Tag
Tuesday May 15, 2007
Did you know that you can start and end PHP code using the <script> tag?
<script language = "php">
echo "Hello About.com!";
</script>
This code is useful if you are working in a mixed language file. Read more about using the <script> tag for PHP.


No comments yet. Leave a Comment