This category contains all articles related to the PHP programming language and the MySQL database system. It also covers tools and applications that are used to develop and manage those systems such as phpMyAdmin.
If you need to convert an image to greyscale (or grayscale) using PHP then code is for you! It can handle Truecolor and indexed images and I have tested with JPG and PNG images.
[Read More]
This function allows you to pad a string with a specified string or character. It inserts the padding character or string between each character of the original string.
[Read More]
Displaying email addresses as text means there is a risk that it will be harvested by spammers. An easy way to avoid this is to display it as an image. This is how you can generate an image with PHP.
[Read More]
A useful technique when working with MySQL is to import data in a CSV into MYSQL using PhpMyAdmin.
[Read More]