Guest User

Untitled

a guest
Oct 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?php
  2. //$a =5;
  3. //$b = $a;
  4. //$a = ($b = 10);
  5. //$a = $b = 10;
  6. //$b = $c + 10;
  7. $a = "New , string<br/>";
  8. $b = "n Don't work , string";
  9. $c = "t Tabulate , string";
  10. $d = "" Name , string";
  11. $f = "$ Dollars , string";
  12. echo $a;
  13. echo $b;
  14. echo $c;
  15. echo $d;
  16. $p = true;
  17. while(p == true){
  18.  
  19. for ($i = 0;$i < 8;$i =+ 1){
  20. if ($f[$i] == "$"){
  21. echo" Find dollar,catch it!";
  22. }
  23. echo $f[$i];
  24.  
  25.  
  26.  
  27.  
  28. }
  29. if ($f[$i] == 8){
  30. $p=false;
  31. }
  32. }
  33.  
  34. ?>
Add Comment
Please, Sign In to add comment