Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // https://www.xyplorer.com/xyfc/viewtopic.php?t=12306
- $choice = input("Continue?", "Yes, you can...<crlf>Set 1 for YES-sim<crlf>Set 2 for NO-não<crlf>Set 3 for CANCEL-cancelar", 1, );
- if($choice == 1) {
- echo "Pressed YES.";
- }
- if($choice == 2) {
- echo "Pressed NO.";
- }
- if($choice == 3) {
- echo "Pressed CANCEL.";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement