Re: Silly problem with output
- From: Carl <_Nospam_@xxxxxxxxxxxx>
- Date: Thu, 27 Oct 2005 16:45:48 GMT
Jorge A wrote:
Hi!
$text = 'a<b'; print $text;
It only shows the output: "a". How can I get the output: "a<b"
Thanks in advance!
Jorge,
try: print htmlentities($text);
why: http://www.php.net/manual/en/function.htmlentities.php
Cheers, Carl. .
- Follow-Ups:
- Re: Silly problem with output
- From: Jorge A
- Re: Silly problem with output
- References:
- Silly problem with output
- From: Jorge A
- Silly problem with output
- Prev by Date: Re: Php Code Generator
- Next by Date: Cool Idea: Wiki as Documentor
- Previous by thread: Silly problem with output
- Next by thread: Re: Silly problem with output
- Index(es):