I'm just a beginner in HTML and PHP, barely even qualified enough to call myself that though. I'm wondering if I put it at the beginning of ever page, and wrap the whole page in it if it would patch them all? For example:
PHP Code:<?php
$str = "A 'quote' is <b>bold</b>";
echo htmlentities($str);
echo htmlentities($str, ENT_QUOTES);
?>
Shows up as: A 'quote' is <b>bold</b>
How can I apply this to Illumina? Thanks :)


Reply With Quote

