Hello,
What is the logic behind the following code?
<?php echo $st['puntos']>0?$st['puntos']:'0';?>
Thanks!!!
See the manual entry on the ternary operator.