2维数组 input 处理

输出

$rs9 = mysql_fetch_array($sql9);
          if($rs9!=null)
          {
          $i=1;
            do{        
?>    
     <tr>
    <td id="mytd"></td>
    <td id="mytd"><?php echo $ini_array['menu9_examen_Resultats_Examens'].":" ;?><input type="text" name="area[][1]"><input type="hidden" name="area[][2]" value=""></td>
    </tr>
    
    <?php $i++; }
    while($rs9 = mysql_fetch_array($sql9));
    } ?>

 

处理

 

if($_GET['action']=="submit"){
$notes = $_POST['area'];
}
foreach(   $notes   as   $key=>   $value)
{
        $resualt=mysql_query("
                              REPLACE INTO `ilci`.`tbl_choix_examen_notes` (
                              `notes_stu_id` ,
                              `notes_empl_id` ,
                              `notes_note`
                              )
                              VALUES (
                              '$value[2]', '$empl_id', '$value[1]'
                              );
");
          if($resualt){
                   echo "<tr><td id=\"mytd\">".$ini_array['menu9_examen_mysql_success']."</td></tr>" ; }

          else{
                   echo "<tr><td id=\"mytd\">".$ini_array['menu9_examen_mysql_fail']."</td></tr>" ; }

        
        
        
}            
?>            
</table>
<?php
}
else {

Last modified onSunday, 14 October 2012 04:07

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0001403616{main}( ).../index.php:0
20.04841321288Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.04841321288Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.21732979456Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.21823003912Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.21923059240Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.21933076296require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.22673220384K2ControllerItem->execute( ).../k2.php:64
90.22673220384K2ControllerItem->display( ).../BaseController.php:710
100.23153489464K2ControllerItem->display( ).../item.php:78
110.23153489464K2ControllerItem->display( ).../controller.php:19
120.23293507984Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.23453528400K2ViewItem->display( ).../ViewController.php:102
140.28034024640K2ViewItem->display( ).../view.html.php:742
150.28034024640K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.28244199360include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in MYSQL
  • Read 3404 times

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0001403616{main}( ).../index.php:0
20.04841321288Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.04841321288Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.21732979456Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.21823003912Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.21923059240Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.21933076296require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.22673220384K2ControllerItem->execute( ).../k2.php:64
90.22673220384K2ControllerItem->display( ).../BaseController.php:710
100.23153489464K2ControllerItem->display( ).../item.php:78
110.23153489464K2ControllerItem->display( ).../controller.php:19
120.23293507984Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.23453528400K2ViewItem->display( ).../ViewController.php:102
140.28034024640K2ViewItem->display( ).../view.html.php:742
150.28034024640K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.28244199360include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top