PHP Superglobal Variables

PHP SuperGlobal Variables are predefined variables in PHP that are always accessible (You can access them from any function, class …

Read more

Php File Handling

First of all, an important aspect to keep in mind when working with files, is that Windows and Mac OS …

Read more

PHP dates and times

time() – Returns the current time in the number of seconds time() function returns the current time in the number …

Read more

PHP useful links

Here I will update the most interesting and useful links which I found related to php. I encourage you to …

Read more

Smart Search for PHP

Creating Autocomplete or Search Suggestion Functionality with PHP What is Fuzzy matching Fuzzy matching treats two words that are “fuzzily” …

Read more

PHP array functions

List of functions that work with php arrays. array_key_exists Checks if the given key or index exists in the array. …

Read more

PHP Arrays

An array is a collection of related values (a list of items) such as names of cities. PHP Arrays are …

Read more

WebPedia.net