Do you want to deregister Contact Form 7 CSS stylesheet file that is causing your website to load slow? Then you land on the right [Read More…]
Category: Web Development

Add Custom Message or Text on WordPress Login Page (Without Plugin)
Do you want to add the custom message to WordPress Login screen without using any plugin? then you land in the right place. Here: We [Read More…]

Change Default Gravatar with Custom Image (Without Plugin) WordPress
Do you want to replace the Default Gravatar image to custom image that you want to set for all the commenters and users on your [Read More…]

PHP: Split String Into Array Like Explode with No Delimiter
Do you want to split some string characters into an array just like explode does? for eg, you have the string like this “hello” and [Read More…]

Split a Comma Delimited String into an Array in PHP (With Example)
Do you want to split the string of text into the array after every comma or space or dot, etc in PHP? Then you came [Read More…]

How to Change the MySQL root Password in Linux or macOS
Do you forget the MySQL root password, can’t remember or want to break the password? In simple word, do you want to reset the MySQL [Read More…]

How to Check if a String Contains a Specific Word in PHP?
Are you building a web application or just learning PHP and wanted to check if some strings on particular variable have the value that you [Read More…]

How to check if Array Contains a Specific Word in PHP
Do you guys want to know if some of the Array contains a specific word or sentence in the array or not in PHP and [Read More…]

Guide: How to Get Browser Information In PHP
Do you want to get the Browser Information in your PHP or Web Development project so you will recognise the browser name of that user [Read More…]

Guide: How to Convert an Integer to a String in PHP
Do you want to convert an integer to a string in PHP with a little bit code and build in function? Then you land on [Read More…]