Sõnastik

Bind_param (PhP) – bind_param() – binds variables to the SQL query parameters. Example: $stmt->bind_param(“i”, $id);
Bind_result (PhP) – bind_result() – binds result columns to PHP variables. Example: $stmt->bind_result($name, $email);
Body (HTML) – <body> – element sisaldab kogu HTML-dokumendi sisu, näiteks pealkirju, lõike, pilte, hüperlinke, tabeleid, loendeid jne.
border-width – border-width: 10px – top border 1px – right border 5px – bottom border 20px – left border ;

Enter clockwise (12 o’clock, 3 o’clock, 6 o’clock, 9 o’clock).

Button (HTML) – <input type=”button” onclick=”klick”>Button</input>