Vraag : Wat betekenen deze waarschuwingen?

De code is in bijlage. Hier zijn de waarschuwingen/de fouten ik krijg. knowwhat veroorzakend het niet of hoe te om het te bevestigen en ik zou houden van één of andere insight.


Warning te krijgen: het mysqli_real_escape_string () [function.mysqli-echte/>pe-string] : Kon geen mysqli in /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php online 18

Warning halen: het mysqli_real_escape_string () [function.mysqli-echte/>pe-string] : Kon geen mysqli in /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php online 20

Warning halen: het mysqli_real_escape_string () [function.mysqli-echte/>pe-string] : Kon geen mysqli in /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php online 22

Warning halen: het mysqli_real_escape_string () [function.mysqli-echte/>pe-string] : Kon geen mysqli in /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php online 28

Warning halen: mysqli_query () [function.mysqli-vraag]: Kon geen mysqli in /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php online 34

Warning halen: mysqli_errno () [function.mysqli-errno]: Kon geen mysqli in /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php online 36

Warning halen: mysqli_error () [function.mysqli-fout]: Geen mysqli in /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php online 36


Ideas halen?
" codeBody "
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:
37:
38:
39:
40:
41:
42:
43:
0) {
kopbal („Plaats: student_duplicate.php“);
uitgang ();
}
$sentry_name = " student_insert_execute.php ";
require_once („sentry_lock.php“);
$page_title = „de Pagina van het Tussenvoegsel van de Student“;


$first_name = mysqli_real_escape_string ($cxn, versiering ($_POST [„first_name“]));

$last_name = mysqli_real_escape_string ($cxn, versiering ($_POST [„last_name“]));

$password = mysqli_real_escape_string ($cxn, versiering ($_POST [„wachtwoord“]));

$email = versiering ($_POST [„e-mail“]);

$cell_phone = versiering ($_POST [„cell_phone“]);

$organization = mysqli_real_escape_string ($cxn, versiering ($_POST [„organisatie“]));

$class = versiering ($_POST [„klasse“]);

$insert = „neem in studenten (first_name, last_name, e-mail, wachtwoord, cell_phone, organisatie, klasse) op 
waarden („$first_name“, „$last_name“, „$email“, „$password“, „$cell_phone“, „$organization“, „$class“)“;
$insertexe = mysqli_query ($cxn, $insert);
als (! $insertexe) {
$error = mysqli_errno ($cxn). „: “ .mysqli_error ($cxn);
matrijs ($error);
} 

require_once („header.php“);

? >

Antwoord : Wat betekenen deze waarschuwingen?

Om eerlijk te zijn, weet ik niet waarom u die fouten krijgt. Wat zijn de inhoud van sentry_lock.php?
Andere oplossingen  
 
programming4us programming4us