Currently on PHP does not have a multibyte (UTF-8) version of ucwords function. I wrote some multibyte mb_ucwords function: You must call these functions before:…
Previous version: PHP: Sending E-mail with Gmail SMTP and PHPMailer There are 2 reasons to use PHPMailer: 1. Use email() built-in function, you’ll send email…
Tool online: Convert string to binary online The PHP’s core offers some function to convert data between binary, decimal, hexadecimal and etc. But how to…