Nicht mehr ganz neu hier
Ich möchte meine Variable $type über den Url setzen können! Nur ich will das wenn $type nicht gesetzt wurde bzw leer ist, das $type = htm gesetzt wird...
Was ich bis jetz hab:
Ich hoffe ihr versteht mein Prob und könnt mir helfen
Danke schon einmal im Vorraus
LG
Jazo
Was ich bis jetz hab:
PHP:
$type = $_GET[type];
if (!empty($type)) $type == "htm" ;
echo $type;
Ich hoffe ihr versteht mein Prob und könnt mir helfen
Danke schon einmal im Vorraus
LG
Jazo