Archiv - MySQL and PHP by Eduonix Learning Solutions

video locked

About the Lecture

The lecture Archiv - MySQL and PHP by Eduonix Learning Solutions is from the course Archiv - MySQL (EN). It contains the following chapters:

  • Create a Connection
  • Check the inserted Value in Database
  • Create a HTML Table
  • Products Table

Included Quiz Questions

  1. Phpmyadmin
  2. Webmin
  3. HeidiSQL
  4. PGadmin
  1. SELECT * FROM users
  2. GET all FROM users
  3. GET & FROM users
  4. READ * FROM USERS
  1. mysqli_connect()
  2. connect()
  3. connect_mysqli()
  4. mysqliConnect()
  1. $stmt = $connect->prepare($query);
  2. $stmt->prepare($query);
  3. $connect->prepare($query);
  4. $stmt->connect->prepare($query);
  1. INSERT employees (first_name,last_name) VALUES (“John”,”Doe”);
  2. CREATE employees (first_name,last_name) VALUES (“John”,”Doe”);
  3. INSERT INTO employees SET first_name =”John,last_name=”Doe”;
  4. INSERT INTO employees (“John”,”Doe”);

Author of lecture Archiv - MySQL and PHP

 Eduonix Learning Solutions

Eduonix Learning Solutions


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0