Why did my younger brother not respond when I added or deleted my webpage?

Source: Internet
Author: User
Why does my webpage show no response when I add or delete the webpage? I use PHP and mySQL. Do I need to allocate the added or deleted code to another file? & lt; bodybgcolor = & quot; d9dffaa & quot; & gt; & nbsp; & lt; divalign = & q Why does my webpage not respond when it is added or deleted?
For example, I use PHP and mySQL. Do I want to allocate the added and deleted code to another file?


Student Information entry

Require "fun. php ";
Session_start (); // start the SESSION
$ Number = @ $ _ POST ['Number']; // Obtain the student ID
$ _ SESSION ['Number'] = $ number; // pass the lecture student number value to another page
$ SQL = "select * from XSB where XH = '$ number'"; // query the generated information
$ Result = mysql_query ($ SQL );
$ Row = mysql_fetch_array ($ result );
If ($ number! = NULL )&&(! $ Row) // determines whether the student ID exists
Echo "script" alert ('The student information is not found! ') Script ";
$ TimeTemp = strtotime ($ row ['cssj']); // parses a date into a UNIX timestamp
$ Time = date ("Y-n-j", $ timeTemp); // use the date function to convert the time to "year-month-day"
?>


















If ($ row ['xb '] = 0){?> }Else{?> }?>
Student ID
Name:
GenderMale
Female
Male
Female
Date of birth:

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.