PHP Query database table related issues

Source: Internet
Author: User
PHP Query database table problems




<title>Student Project Enquiry</title>




##################### #学生查询所选课题 ##########################
Include "config.php";
Include "header.php";? >
if ($search)
{
if ($xuehao = = "")
{
Echo

Please fill in your school number!

";
echo " ";
Exit
}

$query = "SELECT * from $student _table where xuehao= ' $xuehao '";
mysql_query ("Set names ' gb2312 '");
$result =mysql_query ($query);
$row =mysql_fetch_array ($result);
if ($row ==0)
{
Echo

You have not registered, or your input is wrong, please re-enter!

";
echo " ";
Exit
}

$query = "SELECT ID as SM from $student _table where xuehao= ' $xuehao '";
mysql_query ("Set names ' gb2312 '");
$result =mysql_query ($query);
$row =mysql_fetch_array ($result);
if ($row [sm]==0)
{
Echo

You have not selected the topic, please go to the topic!

";
echo " ";
Exit
}
?>











  • student number





    TD width= "height=" bgcolor= "#FFFFFF" > title !--? $n = 0; $query =mysql_query ("select * from $jiaoshi _table, $student _table where $jiaoshi _table.id= $student _table.id and $ student_table.xuehao= ' $xuehao ');

    Student name

    topic name

    Instructor

    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.