This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies Find out more here
Posts
How to get large size profile picture in Facebook PHP SDK
Are you concerned about the profile picture size? at the time of implementing login with Facebook using PHP. We’ll show you the simple...
How to enable cURL in PHP / XAMPP / WAMP / Ubuntu
In many cases you need to enable cURL in PHP. Here we’ll provide the easy way to enable cURL in PHP. You only need to modify the php.ini...
How to Add Days to Date in PHP
Are you want to add days to date? Here is the solution to add days to the current date or desired date using PHP.
A Simple Example for Converting MySQL Data Result to JSON...
Generally, most PHP applications work with MySQL as the back-end database and within PHP we can extract the data via the MySQLi class....
Increase PHP Script Max Execution Time Limit Using ini_set...
We’ve all come across the dreaded fatal error of max execution time once or twice, it can be a pain. PHP’s maximum execution time...