give description to a file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

merican
Forum Newbie
Posts: 22
Joined: Tue May 18, 2004 8:56 pm

Post by merican »

hi anyone,
can you tell me where to put the:-

$_POST['Deparment'] // with the selected index value, whichever that is.
$_POST['description'] // the string from description
$_FILES['thefile'] // if the upload succeeded.

as written by feyd,
is it at the htm form or at uploadit.php?
thak you in advance.
regards,
alfy
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

inside uploadit.php
Post Reply