local ( downloadable ) manuals are unreadable!?
- From: "#5" <no5software@xxxxxxxxx>
- Date: 28 Feb 2007 11:46:19 -0800
// 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
.
- Prev by Date: Re: re-using variables
- Next by Date: Re: setting up a POS system... help with scanners?
- Previous by thread: Exists installer written in pure php?
- Next by thread: Reflection question
- Index(es):
Relevant Pages
|