Hi Romy
ja stimmt, sorry
macht ja nix :)
substr($wort,1,strlen($wort)-2);
verstehe nicht so ganz...
aber so gehts:
<?php include("db.php");
$string = "1234"5678aas df9"10111213"5555"uuuu";
if (ereg (""([^"]+)"", $string, $regs)) {
echo "$regs[1]";
}
?>
obwohl nicht weiss, ob das schneller ist, als die ursprüngliche Idee
der Horst