Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php $a = 200; $b = 33; $c = 500; if ($a >$b && $a< $c ) { echo "Les deux conditions sont vraies"; } ?> </body> </html>
Les deux conditions sont vraies