LanceT Posted February 6, 2007 Share Posted February 6, 2007 OK so for text fields you use $_POST[field] to call that field. but what do you use for file browse fields? <input type=file Link to comment https://forums.phpfreaks.com/topic/37231-the-get-code-for-a-browse-input/ Share on other sites More sharing options...
trq Posted February 6, 2007 Share Posted February 6, 2007 Take a look at the $_FILES array. Link to comment https://forums.phpfreaks.com/topic/37231-the-get-code-for-a-browse-input/#findComment-177857 Share on other sites More sharing options...
LanceT Posted February 6, 2007 Author Share Posted February 6, 2007 so its $_FILES[name]; ?? Link to comment https://forums.phpfreaks.com/topic/37231-the-get-code-for-a-browse-input/#findComment-177858 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.