php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #971 Parse error: in /usr/local/etc/httpd/htdocs/php/view.php3 on line 8
Submitted: 1998-12-04 05:28 UTC Modified: 1998-12-04 09:16 UTC
From: kvasulu at hotmail dot com Assigned:
Status: Closed Package: mSQL related
PHP Version: 3.0 Latest CVS (04/12/1998) OS: win95/nt
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kvasulu at hotmail dot com
New email:
PHP Version: OS:

 

 [1998-12-04 05:28 UTC] kvasulu at hotmail dot com
<htmL>
<head>
<title>Guest Book Display</title>
</head>
<body>
<? $host=globalnetware.com;?>
<? $db = webbook; ?>
<? $result = msql("webbook","select from * guest");>
<? php
while ( $row = msql_fetch_row($result) {
echo "<hr>";
echo "<b>vno:</b>$row[0]";
echo "<b>vname</b>$row[1]";
echo "<b>vemail:</b>$row[2]";
echo "</hr>";
}
?>
</body>
</html> 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-12-04 09:16 UTC] rasmus
You are missing a ?> on that line.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 10:01:29 2024 UTC