How to reset your git commit

How to reset your git commit

There are two ways to reset your GIT commits 1. Soft reset 2. Hard reset A soft reset will reset your last commit to its previous commit and you won't lose your changes. A Hard reset will reset your last commit to its previous commit but you will lose your changes...

How to Install Homebrew in your mac

How to Install Homebrew in your mac

Follow the below steps to install homebrew. 1. Download install script to your local [dm_code_snippet background="yes" background-mobile="yes" slim="no" bg-color="#abb8c3" theme="dark" language="perl" wrapped="no" height="" copy-text="Copy Code"...

Install SSL on cPanel hosted website

Install SSL on cPanel hosted website

If you are a website owner, Do you want your website to do well in the google search rankings? Do you want to gain the trust of your website users? because user privacy is very important. Do you want your website to do well on mobile platforms, in terms of instant...

Install wordpress in localhost

Install wordpress in localhost

WordPress is a popular website builder. With WordPress, you can create blogs, web applications, e-commerce, and more. And it can be used as a web application framework too. Hence, WordPress is the number one CMS in the web market Still, more than 50% of websites using...

Fix wodpress FTP Credential Request issue

Fix wodpress FTP Credential Request issue

When you install and running WordPress in your localhost and if you try to install a plugin or theme, WordPress prompts you to enter your FTP credentials (below screen). With a simple code entry, we can skip this step able to install plug-ins teams successfully on...

Dealing with forms in PHP

Dealing with forms in PHP

In this tutorial, I'm going to talk about how to handle the forms in PHP. Handling forms in PHP was straightforward and it's like a piece of cake. For the form submission, we will have an HTML file that contains the form that will be shown in the browser to the user....