Table of Contents
Codeigniter shopping cart class cannot add Chinese solution, codeigniter cart class
Home Backend Development PHP Tutorial Codeigniter shopping cart class cannot add Chinese solution, codeigniter cart class_PHP tutorial

Codeigniter shopping cart class cannot add Chinese solution, codeigniter cart class_PHP tutorial

Jul 13, 2016 am 10:12 AM
codeigniter Chinese Solution

Codeigniter shopping cart class cannot add Chinese solution, codeigniter cart class

The example in this article describes the solution to the problem that the Codeigniter shopping cart class cannot add Chinese. Share it with everyone for your reference. The specific analysis is as follows:

Some friends may find that the Codeigniter shopping cart class cannot add Chinese. I searched for a long time and found that the following code restricts the input of Chinese. I modified systemlibrariesCart.php and commented out the product name judgment on lines 186-190. The code is as follows :

Copy code The code is as follows:
if ( ! preg_match("/^[".$this->product_name_rules."]+$/i ", $items['name']))
{
log_message('error', 'An invalid name was submitted as the product name: '.$items['name'].' The name can only contain alpha-numeric characters, dashes, underscores, colons, and spaces');
Return FALSE;
}

But deleting is not the best way. We can just change the regular matching to Chinese. Interested friends can refer to this article "Problems with PHP Regular Expression Verification in Chinese".

I hope this article will be helpful to everyone’s ThinkPHP framework programming.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/919621.htmlTechArticleCodeigniter shopping cart class cannot be added to the Chinese solution, codeigniter cart class The example of this article tells that the Codeigniter shopping cart class cannot be added Chinese solution. Share it with everyone for your reference...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Printer operation cannot be completed error 0x0000709 Solution Printer operation cannot be completed error 0x0000709 Solution Apr 20, 2024 pm 10:10 PM

In daily office and study, printers are indispensable tools. However, encountering printer errors is a very common situation. Recently, some users have encountered error code 0x0000709 when using the printer, and the system prompts that the operation cannot be completed. We have prepared four solutions to this problem, let’s take a look. Method 1: NT6 Printer Sharing Repair Tool The NT6 Printer Sharing Repair Tool is an excellent printer repair tool that can easily solve the problem of printer sharing link failure caused by updating patches, such as the recent problem when connecting Win10 and Win11 to share a printer. Errors reported, printer error codes 0x0000011b, 0x00000709 and other issues. This tool provides

Tips for solving Chinese garbled characters when writing txt files with PHP Tips for solving Chinese garbled characters when writing txt files with PHP Mar 27, 2024 pm 01:18 PM

Tips for solving Chinese garbled characters written by PHP into txt files. With the rapid development of the Internet, PHP, as a widely used programming language, is used by more and more developers. In PHP development, it is often necessary to read and write text files, including txt files that write Chinese content. However, due to encoding format problems, sometimes the written Chinese will appear garbled. This article will introduce some techniques to solve the problem of Chinese garbled characters written into txt files by PHP, and provide specific code examples. Problem analysis in PHP, text

Deepseek official website entrance access guide Solve the common problems that cannot be logged in Deepseek official website entrance access guide Solve the common problems that cannot be logged in Feb 19, 2025 pm 04:30 PM

Deepseek is a platform that provides anonymous deep network access. To access its official website, please use the official portal link provided. If you encounter problems during login, it may be due to the following reasons: the browser is outdated, the credentials are incorrect, the connection is blocked, maintenance or the account is disabled. Frequently Asked Questions include: Deepseek's security and legality, and how to connect with the support team.

How to solve the problem of Pokemon Crystal, Diamond, Bright Pearl and Duck blocking the road? How to solve the problem of Pokemon Crystal, Diamond, Bright Pearl and Duck blocking the road? Apr 01, 2024 pm 02:33 PM

In the game Pokémon Crystal, Diamond, and Bright Pearl, players are blocked by a reachable duck on Route 210. Many players are still not sure what is going on. Let’s take a look at the reachable duck of Crystal, Diamond, and Bright Pearl. Here is a solution, I hope it helps everyone. What should I do if Pokémon Diamond, Bright Pearl, and Duck block the way? 1. Go to the gate of Nohara Wetland Observation Deck and see Team Galaxy’s men sneaking around. They said they were going to the lake, so we followed them. 2. Run into Ada on the road, talk to him and fight. 3. After the battle is won. We continue to track Team Galaxy's men until we catch up to him near the 7-star restaurant, and then we can fight him. 4. After winning the battle, go up and you will meet Zhulan, and then you will get the secret medicine. 5. According to the instructions, let us go to the road blocking the road.

PHP Tip: One line of code to convert numbers to Chinese uppercase PHP Tip: One line of code to convert numbers to Chinese uppercase Mar 26, 2024 am 11:09 AM

PHP Tips: One Line of Code to Convert Numbers to Chinese Uppercase When developing PHP programs, sometimes you need to convert numbers to Chinese uppercase, for example, convert 12345 to "twelve thousand three hundred and forty-five". Below we will introduce a simple and practical way to implement this function in one line of code. //Convert numbers to Chinese uppercase functionnum2chinese($num){$array=array('zero','one','two','three','four',

Practical Tips: How to use the trim function in PHP to process Chinese spaces Practical Tips: How to use the trim function in PHP to process Chinese spaces Mar 27, 2024 am 11:27 AM

In PHP programming, spaces are often encountered when processing strings, including Chinese spaces. In actual development, we often use the trim function to remove spaces at both ends of a string, but the processing of Chinese spaces is relatively complicated. This article will introduce how to use the trim function in PHP to process Chinese spaces and provide specific code examples. First, let us understand the types of Chinese spaces. In Chinese, spaces include not only common English spaces (space), but also some other special spaces.

How to solve the problem of busy servers for deepseek How to solve the problem of busy servers for deepseek Mar 12, 2025 pm 01:39 PM

DeepSeek: How to deal with the popular AI that is congested with servers? As a hot AI in 2025, DeepSeek is free and open source and has a performance comparable to the official version of OpenAIo1, which shows its popularity. However, high concurrency also brings the problem of server busyness. This article will analyze the reasons and provide coping strategies. DeepSeek web version entrance: https://www.deepseek.com/DeepSeek server busy reason: High concurrent access: DeepSeek's free and powerful features attract a large number of users to use at the same time, resulting in excessive server load. Cyber ​​Attack: It is reported that DeepSeek has an impact on the US financial industry.

gate.io official login web version gate.io login URL 2025 gate.io official login web version gate.io login URL 2025 Feb 20, 2025 pm 02:09 PM

Gate.io Exchange provides users with an official login portal. Through the official website or mobile app, users can log in to their account. The login steps are easy, including entering the email or mobile phone number used when registering, as well as your password. In order to ensure the security of the account, it is recommended that users change their passwords regularly and properly keep their login information. In addition, the article also provides solutions to common login problems, including inability to log in and password loss.

See all articles