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
compareTo() - JavaScript example needed
Running RMI on Tomcat Servlet - How do I set up RMISecurityManager?
Need HP DMI Utility
How to make IN operator to accept CSV which are varchar in SQL Server 2008
Resize multi select boxes in SharePoint form
Link to PDF files from DVD Menu
VBA to rename an MS Word dropdown formfield.
stop Weblogic managed server without node manager and admin server
How to retrieve data from an XML file using ASP.NET?
select where last digits