Posted by #5 on 02/28/07 19:46
// 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
Navigation:
[Reply to this message]
|