The code below creates a function named makeThumbnailsPHP that will get three parameters. The first and the second is correspondingly
Continue readingCategory: PHP Advanced
PHP Regular Expressions – Preg_match, Preg_split, Preg_replace
What is a Regular Expressions? Regular expressions are powerful pattern matching algorithm that can be performed in a single expression.
Continue readingHow to upload image using PHP?
Uploading images can be broken down into the three following steps. An HTML form with a browse button to allow
Continue readingDownload file with speed limit using PHP
Yes, using simple PHP snippet you can limit the download speed of a file. This can be done for Bandwidth throttling or
Continue readingPHP Socket Programming
You might not know this, but PHP comes with a very capable socket programming API. These socket functions now include
Continue readingGoogle Pie Charts with PHP and MySQL
Populating pie charts with google API is one of the simplest way to do. here we are showing you a
Continue reading