Actualités

addslashes: This function adds backslashes to a string. It can be used to escape characters in a string that have a special meaning in PHP, such as quotes and backslashes.
Like abcd1234 is a string. And when you add the string like 2+2 will give 22 not 4. PHP string function strlen()- It is used to find the length of the string. It can also count the number of spaces ...