$toto = true; $moto = true; if ($toto == moto) { if ($haha == $lala) { // Send user to else!!! } // some code... } else { // some code... }
How can I do that? 🙂
Do what?
if ($toto == $moto && $haha != $lala) { // Some code } else { // Other code }
<?php $YourPostedQuestion = "No Question But Code"; if(! $YourPostedQuestion == "normal language") { //leave } else { // People get annoyed } echo "What are you looking for?"; ?>