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
Cisco ASA CSC setup
Should 3rd party drivers start in safe mode?
Need to monitor specific events in SCOM 2007 R2
Access 2010 - packaging a database for distribution
Backup Exec 12
on a web application connecting to oracle. Finding a user session from their computer to oracle
Server security analysis to determine patch level
Discrete Math, Big O, Little o
Network monitoring tools
I have designed an website in flash as well in html, if the browser dont have flash then i want them to be directed to the html version, or else they need to directed to flash version