Want to solve programming problems and get paid for it? If that sounds interesting to you then contact us.
make each layer as independent as possible
If you just need to unload a certain table from the site as an excel file, then a fairly simple method will do. The main idea is that excel has long been able...
Sometimes, people who do not know programming need to create an online PHP test for their site, in fact, everything is very simple, I will try to explain it clearly.
To...
A hit counter is an important component of any website. It allows you to track statistics of site visits, session duration, visitor region, and even his approximate...
It is a rare query since most of the times we are asked to do this is to publish the code and have it displayed on the screen. Still, in this article, we are going...
Are you seeing the error 'Error opening sequence' in WordPress? This error generally points to the location of the scripts where the error occurred. However,...
Good morning everyone in this tutorial we will see a simple trick to execute code PHP on our pages or posts...
The function mcrypt_get_iv_size () is deprecated in the updated versions of php like php 7. When you try...
Mysql_real_escape_string () function is used to handle string in PHP MySQL. When this function is used it removes all special characters from the...
Php provides an efficient way of handling streams, it has different inbuilt functions with different functionalities or capabilities....
Html_entity_decode() is a PHP encoding function used to decode or to convert the HTML entities to characters. This function is the opposite function...
$_server is a superglobal variable when it is used with php_self called it returns the filename of currently executing page. This super global...
Php.ini file has multiple directives that are used to configure different issues and settings. Php provides flexibility to change the settings of...
Sometimes our code requires more time than the actual time set in max_execution_time. We can fix that by using set_time_limit. For...
During our application runtime some time an issue occurs that max_execution_time reached or exceeded, to eliminate this error we need to increase or...
User-friendly URLs show a great impact and reputation of your web pages or web address. For example, www.kodlogs.com is easier to understand by users...
The = and == are the types of PHP operators that are used to perform...
In this topic, we will learn and explore how can we capitalize on the first letter of each word in PHP .PHP has a variety of inbuilt functions to make...