Category Archives: Php Examples Tutorials
PHP Dynamically set page Title-Description from MySQL db data
PHP Deselect Radio Button when other RadioButton is selected

How to automatically select only single radio button at a time and unchecked the previous one after selecting another. By default when developer creates the radio button it will not have the proper functionality to automatically deselect the previous radio button after selecting the next radio button, Because radio button…
Create dynamic Radio Button in PHP using MySQL db data

How to generate complete dynamic radio button with dynamic values that is coming from database-records. In this tutorial we are creating completely dynamic radio button with dynamic values that is coming directly from MySQL db. We are fetching table records and set them into radio buttons. So here is the…
Create dynamic CheckBox in PHP using MySQL database records

How to generate complete dynamic check box with all the values coming from MySQL db and set into checkbox. In this tutorial we are creating a complete dynamic checkbox means the items of checkbox is directly coming through MySQL database tables records. So with the use of dynamic functionality website…
Show dynamic Drop Down List in PHP by fetching MySQL database data
Create login page in PHP with MySQL db with session tutorial download

How to make a simple html login form using php that match username & password from database than start season. In this tutorial we are simply creating an login form with UserName and Password and after that matching that username-password to already stored username-password.If both values are correct and match…