Hallo,
vielleicht sinds keine blanks dazwischen?
denn:
  
<?php  
$testString = "900570    030  1432";  
$result = str_replace(' ', '', $testString);  
echo $result;  
bringt:
9005700301432
Gruß
jobo
 nicht angemeldet
 nicht angemeldetHallo,
vielleicht sinds keine blanks dazwischen?
denn:
  
<?php  
$testString = "900570    030  1432";  
$result = str_replace(' ', '', $testString);  
echo $result;  
bringt:
9005700301432
Gruß
jobo