Thanks a lot.
why do I get these
[root@CentOS65x64 html]# php -f info2.php
<html>
<head>
<title>Show the Name</title>
</head>
<body>
id: 1 - Name: Peter Chan<br></body>
</html>
using these codes?
<html>
<head>
<title>Show the Name</title>
</head>
<body>
<?php
...
?>
</body>
</html>
Last edited by Huamin; 05-25-2015 at 07:41 PM.
|