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
KDC errors in middle of the night - had to reboot to get server back up
Win RAR
How Unlock Ipod Touch If You Forget Your Passcode
Datalist reset all its items when OnItemCommand is fired
capture sp_depends into temptable
How can I determine if the firewall is not letting through certain TCP packets?
basic question about graphs and gradients
SCCM OSD deployment to Hyper-v R2
Printing multiple divs using java script
TSQL nested WHILE EXISTS