hab zwar nix mit funpic zu tun hatte das problem aber auch "plötzlich waren alle lehrzeichen weg"
nu is wieder alles oki danke!!
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| Geschlossen | ||

$maxLength = 50;
$lines = explode(' ',$s);
$ntxt = '';
foreach ($lines as $v) {
if ( strpos ($v, 'src="') === FALSE AND strpos ($v, 'href="') === FALSE AND strpos ($v, '</table>') === FALSE) {
$ntxt .= chunk_split($v, $maxLength, ' ');
} else {
$ntxt .= $v;
}
}
$s = $ntxt;
# $maxLength = 50;
# $lines = explode(' ',$s);
# $ntxt = '';
# foreach ($lines as $v) {
# if ( strpos ($v, 'src="') === FALSE AND strpos ($v, 'href="') === FALSE AND strpos ($v, '</table>') === FALSE) {
# $ntxt .= chunk_split($v, $maxLength, ' ');
# } else {
# $ntxt .= $v;
# }
# }
# $s = $ntxt;



| Geschlossen | ||
![]() |
Zurück zu Fehlersuche und Probleme | |