PHP

  • PHP

Database & Table Creation: phpMyAdmin

Basic Tutorial to illustrate phpMyAdmin: create database and tables. This basic tutorial is to introduce you to phpMyAdmin. In this…

12 years ago
  • PHP

Database & Table Creation: MySQL console (commands/Queries)

Basic Tutorial to illustrate mysql console: create database and tables. Desc Tables; show tables; show databases; Left click, as well…

12 years ago
  • PHP

Format Date and Insert Into Database Table: PHP

Convert string type variable data to formatted date type variable and insert it into database table.. Connecting the PHP Script…

12 years ago
  • PHP

Email Verification in PHP: Part 2

This video to illustrates, verification of user email ID by sending a unique URL to be clicked by the user…

12 years ago
  • PHP

Email Verification in PHP: Part 1

This video to illustrates, verification of user email ID by sending a unique URL to be clicked by the user…

12 years ago
  • PHP

Insert And Extract/Fetch Data From Database: PHP Script

What to expect ? Using PHP script insert user entered data/information into database and extract/fetch data stored in database and…

14 years ago
  • PHP

POST Method In Action: Simple Form

This Basic PHP tutorial illustrates the usage of POST method, with the help of a simple HTML form. It echo's/print's…

14 years ago
  • PHP

GET Method In Action: Simple Form

This Basic PHP tutorial illustrates the usage of GET method, with the help of a simple HTML form. It echo's/print's…

14 years ago
  • PHP
  • WordPress

WordPress Username & Password For Your Application Login

Today we shall learn a simple method of using Self Hosted WordPress's Credentials(username and password) to log into your custom…

14 years ago
  • PHP

Develop User Signup and Login forms: PHP & MySQL

PHP & MySQL tutorial to develop signup form and store user information in a database and using signin or login…

14 years ago