Smart Search for PHP
Creating Autocomplete or Search Suggestion Functionality with PHP What is Fuzzy matching Fuzzy matching treats two words that are “fuzzily” …
Creating Autocomplete or Search Suggestion Functionality with PHP What is Fuzzy matching Fuzzy matching treats two words that are “fuzzily” …
About prestashop PrestaShop’s technical architecture PrestaShop is based on a 3-tier architecture, using same principle as the Model > View …
Why to use location extensions in your ads? Locaion extensions are very good to use because will extend your ads …
For this we will use microtime() function — Return current Unix timestamp with microseconds.
List of functions that work with php arrays. array_key_exists Checks if the given key or index exists in the array. …
To turn on error reporting 1. Set in php.ini 2. In php.code Check error logs on apache server Check errors …
Why we need plugins on wordpress? The plugins are used to extend default WordPress functionality without touching any core files. …
Limiting upload file size We can configure upload max file size in php.ini file, but this is a global maximum …
Manager Defined Spend (MDS) is a way for My Client Center (MCC) account users to better control the budgets of …
Apple and Orange problem Sam’s house has an apple tree and an orange tree that yield an abundance of fruit. …
An array is a collection of related values (a list of items) such as names of cities. PHP Arrays are …
The most important difference between single and double quote, is that anything enclosed in single quotes is treated as literal …
If statement The if statement is used to specify a block of JavaScript code that is executed, if a condition …
About JavaScript Output JavaScript does not have built-in functions for display, but we are able to display data in different …
In other programming languages when you define a variable, you must specify its type, ie what type of information will …
This option can ve used if Your hosting company(especially shared hosting) doesn’t give you control of php.ini file. This list …
How to install PHP on Your own PC To run PHP on Your own PC You have to: a) install …
What is PHP? PHP (acronym for Hypertext Preprocessor) is the most popular server-side, open source scripting language, used to build …
If you want to create a wordpress community or a social network, where users have the ability to create profiles, …
Bootstrap3 comes with a 12-column grid which is frequently used for building responsive websites. You can use all 12 columns …