Skip to content

Instantly share code, notes, and snippets.

@manuelaplesa96
Last active May 23, 2024 06:01
Show Gist options
  • Save manuelaplesa96/3faf9d5bc3a60321254762004ad8a820 to your computer and use it in GitHub Desktop.
Save manuelaplesa96/3faf9d5bc3a60321254762004ad8a820 to your computer and use it in GitHub Desktop.
The gist that shows an example of handling null with if-else statements in the PHP programming language.
if ($user != null) {
...
} else {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment