请教各位一个PHP问题 当我运行一下代码的时候出现了:Parse error: syntax error, unexpected $end in D:\wwwlocal\library\book.php on line 89的错误,(检查不出来错了)我的代码是:
图书馆管理系统
当前位置:图书管理 > 图书档案管理 >>>
include("Conn/conn.php"); $query=mysql_query("select book.barcode,book.id as bookid,book.bookname,bt.typename,pb.pubname,bc.name from tb_bookinfo book join tb_booktype bt on book.typeid=bt.id join tb_publishing pb on book.ISBN=pb.ISBN join tb_bookcase bc on book.bookcase=bc.id"); $result=mysql_fetch_array($query); if($result==false){ ?>
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn