This flashcard is just one of a free flashcard set. See all flashcards!
6
URL Paramter
Ein Parameter:
<a href="tagesangebot.php?vegetarisch=ja">Angebote</a>
Mehrere Parameter:
"tagesangebot.php?vegetarisch=ja&maxpreis=10&minpreis=5"
Abfrage auf Zielseite:
//Prüfen ob Vegi
if($_REQUEST['vegetarisch'] == "ja")
<a href="tagesangebot.php?vegetarisch=ja">Angebote</a>
Mehrere Parameter:
"tagesangebot.php?vegetarisch=ja&maxpreis=10&minpreis=5"
Abfrage auf Zielseite:
//Prüfen ob Vegi
if($_REQUEST['vegetarisch'] == "ja")
Flashcard info:
Author: learner94
Main topic: Webprogrammierung
Topic: webprogrammierung
Published: 26.08.2017