Forum Moderators: coopster
Right now, I show this data with:
<?php echo $row_UserData['Number'];?>
However, I only want to echo this value if another value of the same row ($row_UserData['Code']) equals a certain number.
How would I write a conditional statement like this?