Adding photo attachments to an email seem like such a simple thing. For years, I didn’t know how to insert my photos into new emails or email replies. My only option was to go to my photo library and choose to email a photo by itself. Little did I know, this functionality existed for a long time. Insert Photos

As with many things in PHP, manipulating strings can be handled a number of ways. I often find myself creating a string of items from an array for presentation on screen or entry into a database. I figured now would be a good time to explore the best method of removing that pesky comma that usually ends up at the end of a looped string (which just so happens to be the wrong way of going about it). The proper way

You want to conceal files in a directory on your webserver. Other internet boards tell you to simply move the stupid thing out of the web directory. Chances are, you would have done that obvious thing had you been able to. Let’s fix that. Find the 404 Not Found