Elmar: Variablen werden nicht übergeben, warum??

Beitrag lesen

Wo soll man da anfangen? Auskommentierte Varibalen, die dann aber abgrfagt werden... nicht geschlossene PHP tags... so lief das script bestimmt nie...

Elmar

Undifined Index...
und
Use of undefined constant europa - assumed'europa'.

Quelltext:

<?php
/*$test=$_GET["test"];
$view=$_GET["view"];
$marke=$_GET["marke"];
$map=$_GET["map"];*/
if (!$map && !$view && !$marke)
  {
   echo "<table width=100% height=100% bgcolor=white>
      <tr>
    <td align=center>
     <IMG SRC=Graphics/welt2.gif BORDER=0 USEMAP=#welt2_Map
            width=860 height=607>
    </td>
          </tr>
  </table>
<MAP NAME=welt2_Map>
         <AREA SHAPE=rect ALT=Europa COORDS=346,216,511,337
         HREF=test4c.php?map=europa>
  <AREA SHAPE=rect ALT=Konzernweit COORDS=349,567,494,589
         HREF=test4c.php?view=all>
  <AREA SHAPE=poly ALT='VW Südamerika' COORDS='190,405,
         237,374, 262,376, 332,421, 300,482, 254,522, 251,575,
         233,574, 217,556, 229,453' HREF=test4c.php?map=sa>
  <AREA SHAPE=circle ALT=Uitenhage COORDS=458,486,15
         HREF=test4c.php?view=Uitenhage>
</MAP>";