-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.txt
More file actions
36 lines (24 loc) · 862 Bytes
/
documentation.txt
File metadata and controls
36 lines (24 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<meta name = "viewport" content="width=device-width, initial-scale=1
----to fit in any device
container-fluid
---- a bootstrap function to make the flow of my design goes from left to right
isset
----a PHP built in function which checks whether a variable is set and is not null
POST
----it sends information via http header
GET
---- it gets the data we put and show it to the webpage
mysqli_num_rows
----it returns the number of rows from a database if its true
#mysqli_fetch_assoc
----fetches a result row as an associative array
trim
----it trims the character from the beginning and end of the string
stripslashes
----un-quotes a quoted string
htmlspecialchars
----converts the special char to html entities
#mysqli_query
----performs a query against the database
#mysqli_stmt_bind_param
---- binds variables to a prepared statement as parameters