Skip to content

Instantly share code, notes, and snippets.

@lornajane
Created August 8, 2013 10:51
Show Gist options
  • Select an option

  • Save lornajane/6183665 to your computer and use it in GitHub Desktop.

Select an option

Save lornajane/6183665 to your computer and use it in GitHub Desktop.
function makeImgTag($src) {
return "<img src=\"" . $src . "\" />";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment