Advertisement
Guest User

Untitled

a guest
May 24th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. $result = ask("Pick a number from 0 to 9", array("choices" =>
  4.  
  5. "0,1,2,3,4,5,6,7,8,9"
  6.  
  7. ));
  8.  
  9. say("You said" . $result­>value);
  10.  
  11. _log("They said " . $result­>value);
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement