Membership card points query code-PHP source code

Source: Internet
Author: User
Ec (2); Membership Card credit query code. I am writing a simple member query system today, and now I have taken a copy of it. & lt; spanid & quot; jfcxtitle & quot; & gt; & lt; span & gt; & nbsp; & nbsp; & lt; formaction & quot; method & quot; script ec (2); script

Membership card points query codeI wrote a simple member Query System for my company today and now I have taken a copy of it.



If ($ _ POST ){

$ Value = addslashes (isset ($ _ POST ['point'])? $ _ POST ['point']: '');

If (empty ($ value) |! Is_numeric ($ value )){

Echo 'The incoming card number is incorrect! ';

} Else {

$ SQL = "select * from gx_integral where inte_card = '$ value '";

$ Result = mysql_query ($ SQL) or die ('database error! Plase call us ');

If (! Mysql_num_rows ($ result )){

Echo 'Sorry, the card number you entered does not exist. check whether it is correct ';

} Else {

$ Rs = mysql_fetch_object ($ result );

Echo 'your current points are: ', $ rs ['Inte _ integral'];

Mysql_free_result ($ rs );
}

}
}
?>

Slice,

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.