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
How to Installing SQL-DMO on sql 2008
How to print the contents of a listbox
How to configure Remote SPAN or alternative option on HP Procurve 2626-PWR switch ?
adding a mac to sbs 2003 network
playstation 3 did not connect via direct proxy? can u help.
are there any inherent issues introducing a server 2008 system into a predominantly 2003 network?
How to change HEX value to EBCDIC char
SQL 2005 Select Query from multiple tables
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003
Need a random list of 1000 geocoded locations in any one country