Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <option
  2.                                     value="<?= $row['username'] ?>"
  3.                                     <?php echo (isset($_GET['to'])  and $_GET['to'] == $row['username']) ? 'selected' : ''; ?>
  4.                             ><?= $row['username'] ?></option>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement