Skip to content

Instantly share code, notes, and snippets.

@ombak
Created May 29, 2020 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ombak/676b3955336e1e4586eb4c0547a58d51 to your computer and use it in GitHub Desktop.
Save ombak/676b3955336e1e4586eb4c0547a58d51 to your computer and use it in GitHub Desktop.
<?php
echo 'Welcome '.($user['is_logged_in'] ? $user['first_name'] : 'Guest').'!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment