Advertisement
NelsonGG

Untitled

Feb 9th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. if (($row['cpid'] == 0 && $row['channel_order'] == 0) || $row['channel_order'] == 0){
  2.     echo '<td>Canal Principal </td>';
  3. } else {
  4.     echo '<td>' . $row['channel_order'] . '</td>';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement