CodeIgniter Shopping Cart class Cannot add Chinese solution _php Tutorial

Source: Internet
Author: User
Tags codeigniter
A friend may find CodeIgniter shopping cart class can not add Chinese, I looked for n long only to find the following section of the code to limit the input of Chinese, I would like to introduce to you.

Modify systemlibrariescart.php, comment 第186-190 line product name judgment:

The code is as follows Copy Code

/*if (! Preg_match ("/^[". $this->product_name_rules. "] +$/i ", $items [' name ']))

{

Log_message (' Error ', ' An invalid name ' is submitted as the product name: '. $items [' name ']. ' The name can only contain alpha-numeric characters, dashes, underscores, colons, and spaces ');

return FALSE;

}
*/

But delete is not the best way, we can directly change the regular match to Chinese can also be done, this I do not introduce you can go to the PHP tutorial channel to see.

http://www.bkjia.com/PHPjc/632100.html www.bkjia.com true http://www.bkjia.com/PHPjc/632100.html techarticle a friend may find CodeIgniter shopping cart class can not add Chinese, I looked for n long only to find the following section of the code to limit the input of Chinese, I would like to introduce to you. Modify Systemli ...

  • 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.