Encodes the given data with MIME base64. Base64-encoded data takes about 33% more space than the original data.
By apphp-snippets
This is a very common PHP question of HOW TO remove last character from string in PHP. Find below some ways how to delete last c…
This function highlight_string() outputs or returns a syntax highlighted version of the given PHP code using the colors defined …
The mail() function allows you to send emails directly from a script. Remember, that most of shared hosting providers require (f…
If you work with Twitter, you probably use a url shortener such as tinyurl.com or bit.ly to share/post your favorite blog posts …
You may use this code to highlight specific words in your displaying search results.
This code removes all special characters from the given URL and make it SEO friendly.
Allows to perform PHP redirection (must be placed before any browser output).
This code allows you to Unzip a ZIP file with PHP.
Helps to find out browser version and type your website visitor is using.
Want to share your source code? Create your account and join our community!