pro_php thread: dumb question but does php have an HTMLOUT tag/function like perl does?
I think what he was looking for is something like
htmlspecialchars()
-Srini
: At 16.50 05/03/2001 +0000, sandro pugliese wrote:
: >basically, i'm looking for a way to insert large chunks of
: >html+javascript code or dynamically write out those chunks without
: >having to go through and touch that code, format that code, escape
: >that code, or do any other nonsense to that code.
:
: Ciao !!!
:
: I guess you are italian, but I answer in english because that's the list's
: language! And moreover, I guess my answer needn't be translated (so short
: and maybe dumb).
:
: Well ... I don't wanna give you a too *obvious* response, but ... I'd just
: 'include' it, through the omonym function.
:
: Ciao
: -Gabriele