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
PayPal Express Checkout Module
Blackberry enterprise activation: Cannot find server
Use xcacls.vbs on \\server\share path
Firewall & Windows Security Center
When does a DBMS become necessary/very useful to use in conjunction with ArcGIS? (rather than doing everything with ArcGIS)
VLAN support for ASA 5505
How do I remove Office XP and 2003 using Msizap.exe from a command line?
Delphi - Load Strings from RCData?
Look Up in Query
mssql issues with 10.50.1600 & 10.00.1600