John Taylor-Johnston wrote:

Can I stop <script language="php"> tags?
I could javascript embed them to:

<script language="javascript">
document.write '<script language="'+'p'+'h'+'p">';
</script>

since PHP is server-side, and your document.write is client-side, this won't work - the server will never see the script tag.


Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org

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



Reply via email to