Code

How to append a string in PHP

There’s no exact function to append a string in PHP. But PHP concatenation assignment operator (.=) is used to append a string with another string. There are two string operators : Concatenation operator (‘.’) – Concatenation of…

How to prepend a string in PHP

There’s no exact function to prepend a string in PHP. But PHP concatenation operator (.) is used to returns the concatenation of its left and right arguments. There are two…

Top 8 Best WordPress seo plugins

Every Webmaster knows that search engine optimization(SEO) is very important for a website in order to get organic traffic from search engines. Although, things can be done manually, still there…

Animating Border-radius

Animating Border-radius :- mix-blend-mode: luminosity & animating border-radius on CSS. Resize the container to see how the color of the shapes and text in the block changes. Compatible browsers : Chrome, Firefox,…

How to write comments in PHP

Comments are generally written in the block of PHP code to describe the functionality of the code. It will help you and others in the future to know what you…
back to top