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
Emc Networker - How can i see full backup size and backup speed?
Java Client Applet - AccessControlException
Outlook 2007 delete cross out message instead of deleting
w32time
Remote Desktop not working via IP address
Have a 4700 printer and would like to configure it to only print in black and white.
vCenter Converter and SBS2008
asp.net I have a sqldatasource select witha a where that searches between dates
Double Table when margin is adjusted
Microsoft RDP 7 Not Working