Posts tagged as:

PHP

PHP Snippet: Display Last X Characters of a URL

February 26, 2010
Thumbnail image for PHP Snippet: Display Last X Characters of a URL

PHP code snippet to return the last X number of characters from a URL string. From client request, but shared in case it’s of use to others.

Read the full article →

Solving FTP Deletion Error "550 Prohibited file name"

November 3, 2009
Thumbnail image for Solving FTP Deletion Error "550 Prohibited file name"

Quick and easy fix for FTP error “550 Prohibited file name” when trying to delete a file.

Read the full article →