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
MDX query help (sub queries)
How do I register Exchange 2010 with Windows Server Backup on Windows Server 2008 R2
Exchange 2003 - new Server - still routing through old smtp virtual server
T-SQL: Get the count of the valid/current 1:N references as return field
calling C++ dll function from c#
ical not syncing with exchange 2010 - snow leopard
send video live to tv station
make a gigabit rj45 loopback plug
How do I write a firewall?
Check entries from user with Javascript