, simple about the problem

Source: Internet
Author: User
Online, etc., simple questions!
The MySQL database has a good table with the following fields:

GOOD_ID (auto-grow), good_name
Among them good_id (13, 、.....) is the number, Good_name is the Chinese character (Tian Nan Xing, atractylodes ...) )

There is a dateinfo.php page, with parameters, dateinfo.php?good_id=13, I want to good_id parameters corresponding to the Good_name field of Chinese characters extracted, displayed in Between, is Araceae


------Solution--------------------
PHP Code
$result =mysql_query ("select * from Good where good_id=". $_get[' good_id '); $arr =mysql_fetch_assoc ($result); echo "". $arr [' Good_name ']."";
  • Related Article

    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.