How to set the server time in PHP
To set the server time in PHP you can use the following snippet. It required PHP 5.1.0 or higher. Sample PHP for more informations see: date_default_timezone_set and for a list…
All the Code Snippets and Samples you need
To set the server time in PHP you can use the following snippet. It required PHP 5.1.0 or higher. Sample PHP for more informations see: date_default_timezone_set and for a list…
To create a dropdown from array in PHP you can use the following snippet. Sample PHP
To detect browser in PHP you can use the following snippet. Sample PHP
To encode and decode Base64 in PHP you can use the following snippet. Sample PHP
To show all errors in PHP you can use the following snippet. Sample PHP
This snippet will give you the IsNullOrEmpty function for PHP. Sample PHP
To convert a string to slug in PHP you can use the following snippet. Sample PHP
To resize a image in PHP you can use the following snippet. Sample PHP
To quicksort in PHP you can sue the following snippet. Sample PHP