class= " lineNumbers " do
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= do
> notpretty " do class= " do id= " codeSnippet807818 do
" border=
PHP
incluir “. /. /dbdbdbdbdbdb.inc”;
$uploadDir = “. /My_ART/”;
se (isset ($_POST [“transferência de arquivo pela rede”]))
{
$fileName = $_FILES [“userfile”] [“nome”];
$tmpName = $_FILES [“userfile”] [“tmp_name”];
$fileSize = $_FILES [“userfile”] [“tamanho”];
$fileType = $_FILES [“userfile”] [“tipo”];
$filePath = $uploadDir. $fileName;
$result = move_uploaded_file ($tmpName, $filePath);
se (! $result) {
eco do “lima transferindo arquivos pela rede erro”;
saída;
}
se (! get_magic_quotes_gpc ())
{
$fileName = addslashes ($fileName);
$filePath = addslashes ($filePath);
}
$query = “INSERÇÃO em MyTable ONDE email = ' uuuu@yyyyyy.com' E senha = ' xxxx (nome, tamanho, tipo, trajeto)”;
“AVALIA (“$fileName”, “$fileSize”, “$fileType”, “$filePath ")”;
o mysql_query ($query) ou morre (do “o color=RED>Error Files”;
}
? >
|