PHP Remove last character from string

Want to remove the last character from your text. Just use Substr_Replace. This is how. Continue Reading »

PHP replace only first occurrence of a string match.

How to replace only the first occurrence of a string in php.

Continue Reading »