suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Ein Neuling möchte fragen: Wie kann man den Wert eines Tags an andere Seiten weitergeben?

<?php

     

echo '<div class="content_banner3">';

echo '<ul>';

  foreach($user as $key=>$value){

 


echo '<li>';

echo '<div class="content_banner4_img">';

echo "<img src='".$value['img']. "' />";

echo '</div>';

echo '<div class="content_banner4_con">';

echo '<span class="tit">'. $value['name'].'</span>';

    echo '<span class="pic">'.$value['pice'].'</span>';

$user = array(0=>"out of stock", 1=>"in stock");

    $uu = $value["stock"];

echo '<span class="con" >'.$user[$uu].'</span>';    

echo '<span class="introduce_2">'.$value['content'].'</span>';

$a = $value['id']; 

echo "<a class='introduce_3' href='shop_list.php?id=$value[$a]' >buy</a>";

echo '</div>';

echo '</li>';

 

}

echo '</ul>';

echo '<div>';

 

 

 

 

?>

我是想echo "<a class='introduce_3' href='shop_list.php?id=$value[$a]' >buy</a>";   Hinweis: Undefinierter Offset: 1, Hinweis: Undefinierter Offset: 2写法是啥呢



aspirantaspirant2028 Tage vor1566

Antworte allen(3)Ich werde antworten

  • aspirant

    aspirant2019-04-26 14:31:31

    已经搞定

    Antwort
    1
  • Alone88

    Alone882019-04-26 14:23:31

    可以通过ajax

    Antwort
    0
  • aspirant

    太麻烦了这样

    aspirant · 2019-04-26 14:31:48
  • StornierenAntwort