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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 41 = ?
Subscribe to this entry?

 
 [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 23 06:01:30 2024 UTC