Most of popular website using in this method,so this tutorial focus for username availability method.in this method commonly used for user registration form section.this function should be check username to mysql database. Demo Download source code following code: conn.php In this page to connect database, <?php /** * This code is php and mysqli
In this concept is heart of the php program language,this source code mainly used for backend section.this source code helpful for php beginners. Download source code config.php In this page to connect database, <?php /** * This code is php and mysqli connection part. */ $databaseHost = 'localhost'; $databaseName = 'phpcrud'; $databaseUsername = 'root';
Its a user friendly easy way to install theme in wordpress,There are two way of installation method available, First Method of installation: step:1 Login your method wordpress admin section. step:2 Goto Click Appearance->Themes tab. step:3 Click Add New tab,and upload Choose File,in this method taken zip file format only. This first way of installation. Second