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