Microsoft
Software
Hardware
Network
Question : PHP Post
i have a large php form which i don't wanna spit into multiple pages. usually for posting data i use
foreach ($_POST as $k=>$v) {
$prepare_query.="'".$_POST
[$k]."', ";
}
and then add insert into .... etc later...
now the problem is the form which i am using right now has image upload option...so can i use foreach loop to post all date and upload image as well. so shall i do post in foreach and image seperately
Answer : PHP Post
No data uploaded is not sent using $_POST you have to use separate loop for $_FILES to upload the files you cant do the both things together.
Random Solutions
IAS Server not responding
Publishing Applications - Windows Server 2008
Looking for a Steady State replacement for W7
Mcafee epo 4.5
Linq and new features design in VS 2008
Serialization in MFC
Access Report - Where Condition
When I encrypt/encode a string using codeigniter encryption class, it is different everytime, why?
characters per inch and font points
datagrid question