Skip to content

Instantly share code, notes, and snippets.

@tim-cotten
Created March 5, 2021 13:03
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 tim-cotten/529b94746d29abe4aae92a6bf87b6218 to your computer and use it in GitHub Desktop.
Save tim-cotten/529b94746d29abe4aae92a6bf87b6218 to your computer and use it in GitHub Desktop.
PHP Bugs: Arrays Don't Like Undefined Offsets (Example F)
<?php
if (!empty($img)) {
$tmg = explode("/", $img);
$img = $tmg[3];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment