How to Download & Install XAMPP in Windows 10

What is XAMPP & Why use them for Programming ? XAMPP is a most popular free open-source software that helps programmers to write and develop the program in an easy way to in php programming language and also helps for web-developers and designers to install & run PHP-based framework software…

Continue ReadingHow to Download & Install XAMPP in Windows 10

How to Create a Menu in WordPress and Why important is it?

Today we discuss how to we create a menu in wordpress-website and why is important for our website and also discuss how to add pages,  categories,posts,custom-links to menu in wordpress. we discuss first  why create a menu in wordpress or Main Menu is Why is important for over all websites. …

Continue ReadingHow to Create a Menu in WordPress and Why important is it?

Connect MySQL Database to PHP with PDO & Classes

Without a database, no practical PHP application could not exist. in php, we connect MySQL database by two most common ways: MySQLi(Improved MySQL) and PDO (PHP Data Objects) and along with OOP. in this post we must use PDO way to connecting the MySQL database server to php.PDO is a…

Continue ReadingConnect MySQL Database to PHP with PDO & Classes

How will Install The WordPress on the own system

Guys, Installing Wordpress locally on your system is the first choice & best option for your website and you can easily practice, test & make your website after all this you can do upload a website on live server.You can also easily update & fix errors of the website. you…

Continue ReadingHow will Install The WordPress on the own system

How to install Visual Studio Code (VS Code) on your System

Visual Studio Code is a lightweight but powerful & free open source code editor developed by Microsoft which runs on all os platforms such as windows,linux.its redefined and optimized for building and designing web and cloud applications. so i today tell how to download it and installs on system. Just…

Continue ReadingHow to install Visual Studio Code (VS Code) on your System

How to Create a Complete Login System in PHP || Session & Encryption Included with MySQL Database

People In Websites or Web Pages, Login System isn't basic and not especially troublesome. So Today I Will Create The Full Login System . I will Create First Registration System then Login System in PHP using MySQL Database With XAMPP AND phpMyAdmin using Session system &  password_hash function method technique.…

Continue ReadingHow to Create a Complete Login System in PHP || Session & Encryption Included with MySQL Database

How to Connect PHP to Database using MySql & XAMPP

Make MYSQL DATABASE IN PHPMYADMIN AT THE LOCALHOST PHPMyAdmin is a control panel from where you can manage the database that you have created. Open your browser and type localhost/ then xampp page will open then click PHPMyAdmin after that PHPMyAdmin will open now then Click Database or New on…

Continue ReadingHow to Connect PHP to Database using MySql & XAMPP

Create a User Login System in PHP with MySQL Database

Guys, In Websites or Web Pages, Login System isn't simple and not particularly much difficult.Today I Will Create of login System (Example) for all's.I Will Create a Login System in PHP with MySQL Database utilizing Session  and we use xampp  and phpMyAdmin . With My Opinion Creating of Login System, Specially…

Continue ReadingCreate a User Login System in PHP with MySQL Database