Answers for "conditional in one line php"

PHP
5

write if and else in one line php

$result = ($data->status == 1) ? 'active' : 'disable'
Posted by: Guest on November-08-2020
3

if online php

<?php echo ($requestVars->_name == '') ? $redText : ''; ?>
Posted by: Guest on August-08-2020

Code answers related to "conditional in one line php"

Browse Popular Code Answers by Language