Is there a way to disable certain scripts, such as Javascript and PHP (the <?php and <script language="Javascript">) on a page?
Such as, if a user fills out a form, that form is then displayed using PHP on the next page... If that user put in some javascript, I don't want it processed. I would just want the plain text displayed, or maybe no text at all, as long as the javascript is not processed...
Is there anyway to obtain something like this?
If so, in more detail is there a way to disable specific scripting? Like only Javascript, and allow others?
Thanks for the help in advance, wondering if this is possible somehow.
Such as, if a user fills out a form, that form is then displayed using PHP on the next page... If that user put in some javascript, I don't want it processed. I would just want the plain text displayed, or maybe no text at all, as long as the javascript is not processed...
Is there anyway to obtain something like this?
If so, in more detail is there a way to disable specific scripting? Like only Javascript, and allow others?
Thanks for the help in advance, wondering if this is possible somehow.
