Mailinglisten-Archive |
> Hi Liste,
Hi Mathias,
> <?php
> $output['section'] = "page";
> echo ereg_replace ("", " ", $output['section']);
> ?>
So geht es:
<?php
$output['section'] = "page";
?> echo preg_replace ('//', " ", $output['section']);
Gruß
Christian
php::bar PHP Wiki - Listenarchive