Php Editor-in-the-air programming ideas, Web edition

Source: Internet
Author: User
Tags php editor
Php Editor-in-the-air programming ideas, Web edition
After reading the shell version released by open-source Chinese netizens, I tried to test it. I hope you will not be embarrassed to know the shortcomings.

  1. Search for information

  1. If (isset ($ _ POST ['sub']) {
  2. $ What = $ _ POST ['wh'];
  3. // Array to be input
  4. $ My_array = array ("scissors", "Stone", "cloth ");
  5. // Winning rule
  6. $ Guize = array ("scissors", "cloth"), array ("cloth", "Stone"), array ("stone", "scissors "));
  7. // Obtain the random value in the array
  8. $ Rand_keys = array_rand ($ my_array );
  9. $ Computer = $ my_array [$ rand_keys];
  10. Echo $ computer. "\ n ";
  11. $ Input = array ($ computer, $ what );
  12. // Construct the random value of the input and the computer into an array, and then judge that the value is not in the winning rule.
  13. If (! (In_array ($ what, $ my_array ))){
  14. Echo "please input scissors, stones, cloth ";
  15. Header ("location: index. php ");
  16. }
  17. If ($ computer = $ what ){
  18. Echo "Oh, flat ";
  19. } Elseif (in_array ($ input, $ guize )){
  20. Echo "computer wins ";
  21. } Else {
  22. Echo "you win ~ ";
  23. }
  24. }
  25. ?>

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.