Jump to content

Getting Value :(


jushiro

Recommended Posts

I've got some code here..

 

<form method="post" enctype="multipart/form-data" action="upload.php">
<label for="lesson">LESSON NAME: <input type="text" name="lesson" id="lesson" /></label><br/>
<label for="pdf">LESSON NAME: <input type="file" name="pdf" id="pdf" /></label><br/>
<input type="submit" name="submit" value="UPLOAD" />
</form>

 

hmmm.. How can i get the value of "pdf"?

 

ive tried to this echo $_POST['pdf'];

but it doesn't show the value.. Someone Help pls.. :(

Link to comment
https://forums.phpfreaks.com/topic/248480-getting-value/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.