Kodifiera fästas. Är här varningarna/få för förmiddag för fel I. Gör inte knowwhats orsaka den, eller hur man fixar den och mig skulle förälskelse att få någon insight.
Warning: mysqli_real_escape_string () [function.mysqli-real-escape-string] : Kunde inte hämta mysqli i /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php on-line 18
Warning: mysqli_real_escape_string () [function.mysqli-real-escape-string] : Kunde inte hämta mysqli i /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php on-line 20
Warning: mysqli_real_escape_string () [function.mysqli-real-escape-string] : Kunde inte hämta mysqli i /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php on-line 22
Warning: mysqli_real_escape_string () [function.mysqli-real-escape-string] : Kunde inte hämta mysqli i /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php on-line 28
Warning: mysqli_query () [function.mysqli-query]: Kunde inte hämta mysqli i /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php on-line 34
Warning: mysqli_errno () [function.mysqli-errno]: Kunde inte hämta mysqli i /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php on-line 36
Warning: mysqli_error () [function.mysqli-error]: Kunde inte hämta mysqli i /home/hihatweb/public_html /Rainmaker/adm/student_insert_execute.php on-line 36
Ideas?
> för
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:
" codeBody "
" >< för class= " för 0) {
titelrad (”läge: student_duplicate.php”);
gå ut ();
}
$sentry_name = " student_insert_execute.php ";
require_once (”sentry_lock.php”);
$page_title = ”deltagaremellanläggssida”;
$first_name = mysqli_real_escape_string ($cxn, klippning ($_POST [”first_name”]));
$last_name = mysqli_real_escape_string ($cxn, klippning ($_POST [”last_name”]));
$password = mysqli_real_escape_string ($cxn, klippning ($_POST [”lösenordet”]));
$email = klippning ($_POST [”e-post”]);
$cell_phone = klippning ($_POST [”cell_phone”]);
$organization = mysqli_real_escape_string ($cxn, klippning ($_POST [”organisationen”]));
$class = klippning ($_POST [”klassificera”],);
$insert = ”mellanlägg in i deltagare (first_name, last_name, e-posten, lösenordet, cell_phonen, organisationen, klassificerar),
värderar (”$first_name”, ”$last_name”, ”$email”, ”$password”, ”$cell_phone”, ”$organization”, ”$class”)”;
$insertexe = mysqli_query ($cxn, $insert);
om (! $insertexe) {
$error = mysqli_errno ($cxn). ”: ” .mysqli_error ($cxn);
matris ($error);
}
require_once (”header.php”);
? >
" klar "
|