local ( downloadable ) manuals are unreadable!?



// 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 '&#60' to '<' etc
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;PHP Test&#60;/title&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;?php echo '&#60;p&#62;Hello World&#60;/p&#62;'; ?&#62;
&#60;/body&#62;
&#60;/html&#62;

// 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

.



Relevant Pages