A robots.txt file is an important tool which tells search engines which parts of your
By default, everyone is able to access and browse through your wp-content folder by adding ‘wp-content/uploads’ to
Backups is a most essential thing for any website, creating and maintaining backups are very
Lot of Users Searching how to display Post Excerpts in WordPress themes. Here the simple
Generally, once we upload image enter PHP, the uploaded image is stored during a directory
The strrev() function is an built-in function in PHP which is used to reverse strings. Syntax: string – This parameter is
The str_replace() function is an built-in function in PHP which is used to replaces any portion of
Google has been presented new reCaptcha API called Are you a robot? “No Captcha reCaptcha”
We will discuss about how to update a record or data from MySQL database using laravel framework
We can use the PHP trim() function to remove whitespace including non-breaking spaces, newlines, and tabs from
strlen() function is used to find the number of characters in a string of text. It also includes
The ucfirst() function is used to change the first character of a string to uppercase. Otherwise, We can use the strtolower() function in combination with the ucfirst() function, if you need to make only first letter of the string to uppercase and rest of the string to lowercase.
The explode() function is an built-in function in PHP which is used to break or split a string into an array by a
Check Password Strength in PHP whether the user provides their account password, it always recommended
The str_word_count() function can be used to counts the number of words in a string. Syntax: Example:
The ltrim() function is a built-in function in PHP which is used to remove whitespace from the beginning of
The str_replace() is the built-in function in PHP and is used to replace all the characters in a string. This function is case-sensitive, if
The implode() or join() is a built-in function in PHP and it is used for creating a string by joining the elements
What is PHP? PHP Login logout example with session In this login logout example in
The PHP substr() function is used to get the substring that is returns a part of a string. This
Recent Comments