[PHP & MySQL] -

Startpost-Retter
nicht mehr aktuell
Lena-Aquila
Ich glaube das müsste mit
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:

<?php
if ("bla") {
$typ "typ1";
}
else if ("blub") {
$typ "typ2";
}
else {
$typ "xx";
}
?>

gehen. Wenn ich dich richtig verstzanden hab.

LG, LMB, Aqui
EDIT: Mordred war schneller...