Posted by #5 on 03/01/07 20:14
well, apparently the only downloadable manual that works without this
"little" bug is the extended one ( .chm )
On 28 fev, 16:46, "#5" <no5softw...@gmail.com> wrote:
> // thats the sample code that i get in the .chm manual. Similar
> problem with the one with thousands // of html files . thats it , its
> not translating '<' to '<' etc
> <html>
> <head>
> <title>PHP Test</title>
> </head>
> <body>
> <?php echo '<p>Hello World</p>'; ?>
> </body>
> </html>
>
> // this is the result.. oh this obvious for someone learning and
> looking the code above!
>
> <html>
> <head>
> <title>PHP Test</title>
> </head>
> <body>
> <p>Hello World</p>
> </body>
> </html>
>
> // does this only happens to me, am i the choosen one
[Back to original message]
|