Resize JPEG images using PHP
This is something I have had to do on numerous occasions, and each time I have to look up GD library functions and mess around […]
This is something I have had to do on numerous occasions, and each time I have to look up GD library functions and mess around […]
As a web developer, I’m often trying to squeeze text into small spaces, and sometimes the only way is to create a summary, or abstract […]
If like me, you often forget what your database tables are called, or need to check if a MySQL table has been created successfully, but […]