Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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