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
Not showing index/intro page if already seen by the user
""could not read the calendar. The connection to Microsoft Exchange is unavailable"
Calculating the correct delay of clock cycles.
Manually Remove CITRIX XenApp v11
Emails sent as BCC
Easy to use student management software
Is it ok to plug a simple power strip into a UPS
search/scan Exchange for "credit card numbers"
Show only first 25 rows of querry result
SCCM Software Report By Major Revision