phpbar.de logo

Mailinglisten-Archive

[php] liste noch existent?

[php] liste noch existent?

Christopher Siebert mail_(at)_christopher-siebert.de
Sat, 06 Nov 1999 19:31:30 +0100


In einer eMail vom 06.11.99 19:32:26 (MEZ) Mitteleuropäische Zeit schreibt 
ToBauer_(at)_aol.com:

> Du hast keinen Trenner zwischen variable_1 und variable_2 (&&)
>  
>  Folgendes sollte funktionieren  (wenn ich Dich nicht komplett falsch 
>  verstanden habe)
>  
>  <a href="neue_datei.php3?variable_1=<?echo 
$variable_1?>&&variable_2=<?echo 
>  $variable_2?>" target="_self"><?echo $variable2?>

Das war natuerlich auch falsch... *grmpf*

statt && nur &

Also: 

<a href="neue_datei.php3?variable_1=<?echo $variable_1?>&variable_2=<?echo 
$variable_2?>" target="_self"><?echo $variable2?></a>

Sorry
Torsten 


php::bar PHP Wiki   -   Listenarchive