The error shows that the online variable is not defined. How to solve it?
朩朩+耿
朩朩+耿 2019-02-02 14:44:01
0
2
1292


<?php

session_start();

?>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>在线考试系统</title>

<style type="text/css">

.style1 {color: #FFFFFF; font-size: 12px; };

</style>

</head>


<body>

<table width="1002"  border="0" cellspacing="0" cellpadding="0">

  <tr>

    <td width="1002" ><img src="images/bg_1.jpg" width="1002" height="72" usemap="#Map" border="0"></td>

  </tr>

  <tr>

    <td width="1002"><img src="images/bg_2.jpg" width="1002" height="142" ></td>

  </tr>

</table>


<table width="1002" border="0" cellpadding="0" cellspacing="0">

  <tr>

    <td width="111" height="429" bgcolor="#CCCCCC" > </td>

    

    <td width="778" valign="top">

    <table width="778"  align="center" border="0" cellspacing="0" cellpadding="0">

      <tr>

        <td  height="26" background="images/bg_4.jpg"><table width="100%" border="0">

          <tr>

            <td width="30%"> </td>

            <td width="70%"><span class="style1">当前位置:在线考试系统 >     <?php echo $online ; ?></span></td>

          </tr>

        </table></td>

      </tr>

      <tr>

                                                                                                                                                               {

case "candidate registration":

include("zhuce.php");

break;

case " Candidate login":

include("denglu.php");

break;

case "Change password":

include("xgmm.php");

break;

case "Score Query":

include("cjcx.php") ;

break;

case "Enter the examination room":

include("jrkc.php");

break;

case "Select a question":

include("xzkt.php");

break;

case "Start exam":

include("ksks.php");

break;

}

?>

                                                                                                                      .jpg" width="778" height="24"></td>

                                                                     

<td width="113" bgcolor="#CCCCCC"> </td>

</tr>

< ;/table>

<br>

<p> </p>

##<map name ="Map">

<area shape="rect" coords="360,31,419,51" href="index.php?online=Candidate Registration">

< ;area shape="rect" coords="448,33,505,51" href="index.php?online=Candidate Login">

<area shape="rect" coords="534,31,595 ,49" href="index.php?online=Change password">

<area shape="rect" coords="621,32,681,51" href="index.php?online=Achievements Query">

<area shape="rect" coords="708,32,769,52" href="index.php?online=Enter the examination room">


<area shape="rect" coords="797,32,853,49" href="tcdl.php">

</map>

</body>

</html>

朩朩+耿
朩朩+耿

reply all(1)
失去过去

Your online variable does not receive $_GET

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!