Claas M
Erfahrenes Mitglied
Hi.
Dann
Und
wird zu :test__news .
Warum?
ergibt test_news
PHP:
$newstable_prefix = "test";
$newstable_name = "news";
PHP:
if($newstable_prefix != "")
{
$newstable_prefix = $newstable_prefix."_";
};
PHP:
echo $newstable_prefix.$newstable_name;
Warum?
PHP:
$newstable_prefix."";