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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC