Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
while ($variable = mysql_fetch_assoc($ergebnis)){
//ausgabe etc.
}
[COLOR=#000000]
[COLOR=#0000bb]<?php
[/COLOR][COLOR=#007700]if (isset([/COLOR][COLOR=#0000bb]$_REQUEST[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'var'[/COLOR][COLOR=#007700]]) AND [/COLOR][COLOR=#0000bb]$var [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000bb]$_REQUEST[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'var'[/COLOR][COLOR=#007700]])
echo [/COLOR][COLOR=#0000bb]$var[/COLOR][COLOR=#007700];
[/COLOR][COLOR=#0000bb]?>