Hi Guys! What would be the ternary form for the below statement?
if($getreceiveline[receivedsum]) {echo $getreceiveline[receivedsum]} else{echo '0';}
echo isset($getreceiveline['receivedsum']) ? $getreceiveline['receivedsum'] : 0;
Hey there. Tracy here. Thanks again for your help. 🙂
No prob 😉