Encoding
Modify the language attribute based on category in WordPress
How to modify the language attribute in your Wordpress theme using a specific value
Embedding images in HTML or CSS with PHP
This small function returns an encoded string to embed images, inline, inside your html/css code and reduce the number of…
Reading mp3 informations with php (id3 tags)
Inside mp3 files there are often some usefull informations stored. Those data are called “id3 tags” and deal with Author…
PHP function to fix collation on database fields of MySQL
This PHP function search for tables in the active db, match table’s name with the regular expression passed as first…
Sending HTML emails with attachment with PHP
This function allows you to send an HTML email with a file attachment. To do this it’s necessary to read…
Stop UTF8 problems with special characters
I’m italian and I always need to use special chars like è é à ù. The same need belongs to…