Answers for "can you make two if statements php"

PHP
5

write if and else in one line php

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

Code answers related to "can you make two if statements php"

Browse Popular Code Answers by Language