// 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 2;
<head 2;
<title> PHP Test</title>
</head>
<body 2;
<?php echo '<p>Hel lo 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
problem with the one with thousands // of html files . thats it , its
not translating '<' to '<' etc
<html 2;
<head 2;
<title> PHP Test</title>
</head>
<body 2;
<?php echo '<p>Hel lo 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
Comment