The PHP implementation splits the value of textarea into an array according to the carriage return line, textarea carriage return line _php tutorial

Source: Internet
Author: User

The PHP implementation splits the value of textarea into an array based on the carriage return line, textarea the carriage return.


This example describes how the PHP implementation splits the value of textarea into an array based on the carriage return line. Share to everyone for your reference. The specific analysis is as follows:

TextArea return to change behavior \ r \ n

$keyword _list = Trim ($_request[' keywords '); $keyword _arr = Explode ("\ r \ n", $keyword _list);

This place needs to be careful to remove the space before and after the textarea, otherwise there will be one more

Or you can use explode.

Just can't use \ r \ n only double quotes, not single quotes

I hope this article is helpful to everyone's PHP programming.

http://www.bkjia.com/PHPjc/1014431.html www.bkjia.com true http://www.bkjia.com/PHPjc/1014431.html techarticle PHP implementation will textarea values according to carriage return line split to the array, textarea carriage return line This article describes the PHP implementation of the value of textarea based on the return line break to the array method. Share to ...

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