Basic Tutorial to illustrate phpMyAdmin: create database and tables. This basic tutorial is to introduce you to phpMyAdmin. In this…
Basic Tutorial to illustrate mysql console: create database and tables. Desc Tables; show tables; show databases; Left click, as well…
Convert string type variable data to formatted date type variable and insert it into database table.. Connecting the PHP Script…
This video to illustrates, verification of user email ID by sending a unique URL to be clicked by the user…
This video to illustrates, verification of user email ID by sending a unique URL to be clicked by the user…
What to expect ? Using PHP script insert user entered data/information into database and extract/fetch data stored in database and…
This Basic PHP tutorial illustrates the usage of POST method, with the help of a simple HTML form. It echo's/print's…
This Basic PHP tutorial illustrates the usage of GET method, with the help of a simple HTML form. It echo's/print's…
Today we shall learn a simple method of using Self Hosted WordPress's Credentials(username and password) to log into your custom…
PHP & MySQL tutorial to develop signup form and store user information in a database and using signin or login…