Der Fehler zeigt, dass die Online-Variable undefiniert ist. Wie kann man ihn lösen?
朩朩+耿
朩朩+耿 2019-02-02 14:44:01
0
2
1291


<?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; Schriftgröße: 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 " cellpacing="0">

  <tr>

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

    

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

    <table width="778"  align="center" border="0" cellpacing="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>

                                                                                                                             

include("zhuce.php");

break;

case "Candidate Login":

include("denglu.php");

break;

case "Passwort ändern":

include("xgmm.php");

break;

case „score query“:

include("cjcx.php");

break;

case „Betreten Sie den Prüfungsraum ":

include("jrkc.php");

break;

case „Prüfungsfragen auswählen“:

include("xzkt.php");

break;

case „Start exam":

include("ksks.php");

break;

}

?>

                                                                                                             

        <td > < ;img src="images/bg_7.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= Kandidatenregistrierung">

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

<area shape="rect" coords= "534,31,595,49" href="index.php?online=Passwort ändern">

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

<area shape="rect" coords="708,32,769,52" href="index.php?online=Geben Sie die Prüfung ein Raum">

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

</map>

</body>

< /html>

朩朩+耿
朩朩+耿

Antworte allen(1)
失去过去

你的online变量没有接收 $_GET

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!