Connecting Tech Pros Worldwide Forums | Help | Site Map

local ( downloadable ) manuals are unreadable!?

#5
Guest
 
Posts: n/a
#1: Feb 28 '07
// 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
<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


#5
Guest
 
Posts: n/a
#2: Mar 1 '07

re: local ( downloadable ) manuals are unreadable!?


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.comwrote:
Quote:
// 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
<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

Closed Thread