QUIZGUM

Coding Class

Quizgum :

QUIZGUM Coding Class

PHP

PHP is a web programming language that runs on a server.

This is a list of PHP7 courses prepared by quizgum.

1.

intro PHP

2.

Output Statement

3.

annotation

4.

variable

5.

define

6.

here-doc

7.

operator

8.

if (control statement)

9.

switch (control statement)

10.

for (loop statement)

11.

while (loop statement)

12.

do ~ while (loop statement)

13.

break statement

14.

continue statement

15.

ternary operator

16.

array

17.

define array

18.

function 2

19.

function 3

20.

date

21.

Convert date values to timestamps - strtotime()

22.

Variable Related Functions

23.

Email Address Validation

24.

url Validation

25.

ip validation

26.

integer validation

27.

float validation

28.

Mathematical function

29.

variable variables

30.

How To Create Function

31.

return statement in function

32.

Setting parameter defaults

33.

generator yield

34.

generator from

35.

lambda function

36.

global variable, local variable

37.

Using Global Variables in Functions

38.

Maintain the life cycle of local variables

39.

parameter and argument

40.

goto

41.

Identifying iPhone iPad Mac

42.

using class

43.

property

44.

Access Modifier

45.

method

46.

creating instance

47.

Class inheritance (extends)

48.

this in class

49.

constants in class

50.

using static

51.

test access modifier

52.

construct

53.

destruct

54.

Passing data to the constructor

55.

namespace

56.

Using namespace shortly

57.

overriding

58.

Preventing overriding

59.

Prevent class inheritance

60.

interface

61.

interface extends

62.

abstract

63.

trait

64.

trait insteadof

65.

trait as

66.

trait static

67.

trait abstract

68.

autoload

69.

Connecting to MySQL with PHP

70.

Inquiry Database

71.

Create a membership page

72.

What's POST and GET

73.

Join DB Integration

74.

uploading file

75.

file function

76.

directory function

77.

COOKIE

78.

SESSION

79.

environment variables

80.

Project 1 : Introduct Membership SignUp SignIn

81.

Project 1-1 : Create DB

82.

Project 1-2 : Create Table

83.

Project 1-3 : Create Database Connection Page

84.

Project 1-4 : Create SignUp Page

85.

Project 1-5 : Save member information to DB.

86.

Project 1-6 : Create a login form

87.

Project 1-7 : to handel login

88.

Project 1-8 : Create a logout feature

89.

Project 1-9 : Create project1 index page