( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKBase.class.php on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0009415800{main}( ).../index.php:0
20.11904721040Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.362814252240Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.363014252184Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.363014252560Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.363014252560Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.363214252656Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.364014292576require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.368014590264GKTemplate->__construct( ).../component.php:31
100.373414759640GKTemplateMenu->getMenuType( ).../gk.framework.php:84
110.374214804496require_once( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKMenu.php' ).../helper.menu.php:19

( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKHandheld.php on line 76
Call Stack
#TimeMemoryFunctionLocation
10.0009415800{main}( ).../index.php:0
20.11904721040Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.362814252240Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.363014252184Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.363014252560Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.363014252560Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.363214252656Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.364014292576require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.368014590264GKTemplate->__construct( ).../component.php:31
100.376014932440GKTemplateMenu->getMenuType( ).../gk.framework.php:85
2维数组 input 处理
Logo
Print this page

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.0003415872{main}( ).../index.php:0
20.10964721112Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.10964721112Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.469712449352Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.470712473808Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.471712529136Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.472112557960require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.482312993368K2ControllerItem->execute( ).../k2.php:64
90.482312993368K2ControllerItem->display( ).../BaseController.php:710
100.494813718568K2ControllerItem->display( ).../item.php:78
110.494813718568K2ControllerItem->display( ).../controller.php:19
120.500414114936Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.510714135304K2ViewItem->display( ).../ViewController.php:102
140.665717041512K2ViewItem->display( ).../view.html.php:742
150.665717041512K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.699317221712include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in MYSQL
  • Read 3412 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.0003415872{main}( ).../index.php:0
20.10964721112Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.10964721112Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.469712449352Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.470712473808Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.471712529136Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.472112557960require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.482312993368K2ControllerItem->execute( ).../k2.php:64
90.482312993368K2ControllerItem->display( ).../BaseController.php:710
100.494813718568K2ControllerItem->display( ).../item.php:78
110.494813718568K2ControllerItem->display( ).../controller.php:19
120.500414114936Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.510714135304K2ViewItem->display( ).../ViewController.php:102
140.665717041512K2ViewItem->display( ).../view.html.php:742
150.665717041512K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.699317221712include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
Template Design © Joomla Templates | GavickPro. All rights reserved.