Webstatt.org
- Community seit 2006 - 2012
(2024?)
Login
Registrieren
Chat
Suche nach Inhalten
Webstatt
Webdesign und Programmierung
PHP / MySQL
if
if
user-180
12.08.2006 19:08
kleines problem
also
wenn $test nur 12234 und 34567 sein darf wie wie mach ich das in die if bedingung?
may the
force
be with you. but
mostly
with me
.
user-300
12.08.2006 19:13
if ($test == 12234 or $test == 34567) {
// irgendwas
}
user-180
12.08.2006 19:41
thx. hab da wohl geschlafen.. ;D
may the
force
be with you. but
mostly
with me
.
Webstatt
Webdesign und Programmierung
PHP / MySQL
if