Unexpected $ end

Source: Internet
Author: User
Unexpected $ end: see Parse & nbsp; error: & nbsp; syntax & nbsp; error, & nbsp; unexpected & nbsp; $ end & nbsp; in & nbsp; D: \ wamp \ www \ 05 \ lb_ OK .php & nbsp; on & nbsp unexpected $ end
Parse error: syntax error, unexpected $ end in D: \ wamp \ www \ 05 \ lb_ OK .php on line 147
Who else introduced a software for checking for PHP errors? the above error may occur during the following operation, which has been a problem for several days!


Session_start ();
If (isset ($ _ GET ['id']) {
$ Id = $ _ GET ['id'];
} Else {
$ Id = "";
}
?>




View Post details






Include ("conn/conn. php ");
Include ("index_01.php ");
Include ("index_02.php ");
$ Select = mysql_query ("select * from tb_content where id = '$ ID'", $ conn );
$ Array = mysql_fetch_array ($ select );
$ Select_user = mysql_query ("select * from tb_user where username = '". $ array ['username']. "'", $ conn );
$ Array_user = mysql_fetch_array ($ select_user );
?>



If (isset ($ _ GET ['Page']) {
$ Page = $ _ GET ['Page'];
} Else {
$ Page = 1;
}
If ($ page <= 1 ){
?>

Initiator
Subject:
Release date:
"> Reply



"/>


I am: Raw


Email:


QQ:



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.