class= " lineNumbers " del
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:
44:
45:
|
class= del
> notpretty " del class= " del id= " codeSnippet807818 del
" border=
¿ PHP
incluir “. /. /dbdbdbdbdbdb.inc”;
$uploadDir = “. /My_ART/”;
si (isset ($_POST [“carga por teletratamiento”]))
{
$fileName = $_FILES [“userfile”] [“nombre”];
$tmpName = $_FILES [“userfile”] [“tmp_name”];
$fileSize = $_FILES [“userfile”] [“tamaño”];
$fileType = $_FILES [“userfile”] [“tipo”];
$filePath = $uploadDir. $fileName;
$result = move_uploaded_file ($tmpName, $filePath);
¡si (! $result) {
eco “archivo que carga del error”;
salida;
}
¡si (! get_magic_quotes_gpc ())
{
$fileName = addslashes ($fileName);
$filePath = addslashes ($filePath);
}
$query = “PARTE MOVIBLE EN MyTable DONDE email = ' uuuu@yyyyyy.com' Y contraseña = ' xxxx (nombre, tamaño, tipo, trayectoria)”;
“VALORA (“$fileName”, “$fileSize”, “$fileType”, “$filePath ")”;
el mysql_query ($query) o muere (el “color=RED>Error del de los Files”;
}
¿? >
|