BIG(O) Notation with Swift

BIG(O) Notation with Swift

What is BIG O notation? Big O notation is a mathematical notation used to describe the complexity of an algorithm. It gives a rough estimate of how long an algorithm will take to run as the size of the input data increases. There are several types of Big O notation,...

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....