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/d2f34a18d7d34509076b0cde373030a0 to your computer and use it in GitHub Desktop.
Save ombak/d2f34a18d7d34509076b0cde373030a0 to your computer and use it in GitHub Desktop.
<?php
//....basic true/false declaration
$user_id = (!empty($id) ? $id : '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment