hi,
Abfrage ob es vorkommt:
if (strpos($str, "3") === 0 || strpos($str, "3") > 0) {
Da kannst du auch analog zum vorherigen vorgehen, wenn du typengenau auf Ungleichheit abfragst:
if (strpos($str, "3") !== false)
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }