Warning: mkdir(): No space left on device in /var/www/hottg/post.php on line 59

Warning: file_put_contents(aCache/aDaily/2025-07-22/post/i_Source/--): Failed to open stream: No such file or directory in /var/www/hottg/post.php on line 72
بازی سنگ کاغذ قیچی با PHP @i Source
TG Telegram Group & Channel
i Source | United States America (US)
Create: Update:

بازی سنگ کاغذ قیچی با PHP

<?php
$options = ['rock', 'paper', 'scissors'];
echo " ┄ ┄ Game Start ┄ ┄ \n";

$playerOneName = readline("Player One Enter Your Name : ");
$playerTwoName = readline("Player Two Enter Your Name : ");

$playerOne = readline("$playerOneName Choice Your Option: ");
$playerTwo = readline("$playerTwoName Choice Your Option: ");

if ($playerOne == $playerTwo) {
echo "Draw game!";
} elseif (($playerOne == 'rock' && $playerTwo == 'scissors') ||
($playerOne == 'paper' && $playerTwo == 'rock') ||
($playerOne == 'scissors' && $playerTwo == 'paper')
) {
echo "┄ ┄ Winner : ◜ $playerOneName ◞ ┄ ┄ ";
} elseif (($playerTwo == 'rock' && $playerOne == 'scissors') ||
($playerTwo == 'paper' && $playerOne == 'rock') ||
($playerTwo == 'scissors' && $playerOne == 'paper')
) {
echo "┄ ┄ Winner : ◜ $playerTwoName ◞ ┄ ┄";
} else {
echo " ☷ ☷ Incorrect Value ☷ ☷ ";
}

?>

بازی سنگ کاغذ قیچی با PHP

<?php
$options = ['rock', 'paper', 'scissors'];
echo " ┄ ┄ Game Start ┄ ┄ \n";

$playerOneName = readline("Player One Enter Your Name : ");
$playerTwoName = readline("Player Two Enter Your Name : ");

$playerOne = readline("$playerOneName Choice Your Option: ");
$playerTwo = readline("$playerTwoName Choice Your Option: ");

if ($playerOne == $playerTwo) {
echo "Draw game!";
} elseif (($playerOne == 'rock' && $playerTwo == 'scissors') ||
($playerOne == 'paper' && $playerTwo == 'rock') ||
($playerOne == 'scissors' && $playerTwo == 'paper')
) {
echo "┄ ┄ Winner : ◜ $playerOneName ◞ ┄ ┄ ";
} elseif (($playerTwo == 'rock' && $playerOne == 'scissors') ||
($playerTwo == 'paper' && $playerOne == 'rock') ||
($playerTwo == 'scissors' && $playerOne == 'paper')
) {
echo "┄ ┄ Winner : ◜ $playerTwoName ◞ ┄ ┄";
} else {
echo " ☷ ☷ Incorrect Value ☷ ☷ ";
}

?>


>>Click here to continue<<

i Source




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)


Warning: Undefined array key 3 in /var/www/hottg/function.php on line 115

Fatal error: Uncaught mysqli_sql_exception: Can't create/write to file '/tmp/#sql-temptable-a06e-659850-394f.MAI' (Errcode: 28 "No space left on device") in /var/www/hottg/function.php:216 Stack trace: #0 /var/www/hottg/function.php(216): mysqli_query() #1 /var/www/hottg/function.php(115): select() #2 /var/www/hottg/post.php(351): daCache() #3 /var/www/hottg/route.php(63): include_once('...') #4 {main} thrown in /var/www/hottg/function.php on line 216