Last point. could you tell me a question about getting started?

Source: Internet
Author: User
At the last point, I would like to ask a beginner question. I would like to use PHP to list all three characters consisting of 26 letters. how can I write PHP ?, PHPcode $ arr = explode ('', 'abcdefghijklmnopqrstuvwxyz '); for ($ I = 0; $ I & lt; last point, ask a getting started question
I want to use PHP to list all three characters consisting of 26 letters. what should I do with PHP?

------ Solution --------------------
PHP code
$ Arr = explode ('', 'a B c d e f g h I J K L M N O P Q R S T U V W X Y Z '); for ($ I = 0; $ I <26; $ I ++) {for ($ j = 0; $ j <26; $ j ++) {for ($ k = 0; $ k <26; $ k ++) echo $ arr [$ I]. $ arr [$ j]. $ arr [$ k]."
\ N ";}}

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.