i know it could be a stupid problem, but i need a help and i hope u could be generous
with me :).
this is my code, it writes the list of POST and GET variables.
";
foreach($_GET as $parole)
{
echo "Parola = $parole ";
}
echo "POST:";
foreach($_POST as $parole)
{
echo "Parola = $parole ";
}
?>
i have a file name with the path ex food/italy/pizza/margherita.php. how can i obtain
the name of the file in this case "margherita.php" i know there is a function, but i
don't remember it.
thx
i'm trying to write a page which allows user to upload file. theese are my
sources but they didn't work, anyone could help me?
-form.html
upload.php---
---
upload.php doesn't upload anything and doesn't output any error message. i
don't think it
sto cercando di scrivere una pagina per l'upload di file, ho copiato dei sorgenti ma
non funzionano. queste sono le pagine:
-form.html
upload.php---
---
non carica nulla e non restituisce alcun input, se cerco di visualizzare l'html, dal
4 matches
Mail list logo