Mailinglisten-Archive |
Hallo zusammen,
[CODE]
if ( $_POST["cancel_to_product"] or $ProduktMenu == "1" ) {
echo ("funktioniert");
}
[/CODE]
warum tuts das nicht?
Folgendes funktioniert:
sowohl:
[CODE]
if ( $_POST["cancel_to_product"] ) {
echo ("funktioniert");
}
[/CODE]
als auch:
[CODE]
if ( $ProduktMenu == "1" ) {
echo ("funktioniert");
}
[/CODE]
Ideen?
Danke schonmal, Chris.....
php::bar PHP Wiki - Listenarchive