Standard Palindrome in PHP

A Standard Palindrome is a word or phrase that is the same forward as it is backwards without punctuation and spaces. So here is a small PHP script that will check if a string is a standard palindrome.

Read more