Advertisement
Flip

Untitled

Sep 23rd, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. echo "<td class=\"nowrap\">".($row['unq'] == 0 ? '' : '[Unique]<br />').($row['eng'] == 0 ? '' : 'Energy: '.$row['eng'].'<br />').($row['sta'] == 0 ? '' : 'Stamina: '.$row['sta'].'<br />').($row['hnr'] == 0 ? '' : 'Honor: '.$row['hnr'].'<br />').($row['hlt'] == 0 ? '' : 'Health: '.$row['hlt'].'<br />').($row['atk'] == 0 ? '' : 'Attack: '.$row['atk'].'<br />').($row['def'] == 0 ? '' : 'Defense: '.$row['def'].'<br />').($row['power'] == 0 ? '' : 'Power: '.$row['power'])."</td>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement