Category Archives: Web Development

How to Manually Reset Your WordPress Admin Password

Hi all, If you are unable to reset your WordPress admin password using the “Forgot My Password” link, follow these steps in order to manually reset your password. More Details I’m going to divide WordPress password recovery into two parts: recovering it using phpMyAdmin (if you’re on localhost using WAMP/XAMPP/MAMP) recovering the password using MySQL… Read More »

Rename Uncategorized Category in WordPress

When you install a fresh copy of WordPress in your local computer or hosting space, it comes with 1 default category, 1 default comment, and 1 default post. This category is named as un-categorized. The name uncategorized can sometimes give an amateurish or unprofessional vibe to your WordPress blog. WordPress automatically selects Uncategorized category for… Read More »

How to access database like MySQL using PHP

In this article shows PHP functions are available to connect to a MySQL database PHP Data Object (PDO) and odbc_connect function. PHP has a rich collection of built in functions for manipulating MySQL databases. The mysqli_connect function is used to connect to a MySQL database server. OR Code Details: $database_handle: is the database connection resource… Read More »

Overview of PHP with simple example

Hi all, Today we discuss PHP based topic like What is PHP, Why PHP, Difference between scripting languages and other language, What is a scripting language?, PHP Market share and usage and simple example.PHP is a Hypertext pre-processor. It’s a most popular scripting language on the web. It is widely used in open source source… Read More »

Overview of Database Management System

Hi all, Today we discuss related to database management system including advantages of DBMS, disadvantages of DBMS, Components of database system, Applications of DBMS and Characteristics of DBMS. Database is a collection of related data. Any pices of information can be a data. A large and persistent collection of (more-or-less similar) pieces of information organized… Read More »