Nieuw lid |
|
<?php
Login
$strLogin = "";
$strLogin = $strLogin . "". $loginsysteem["naam"] ."";
if(mysql_num_rows($bezoekers_result)>1){
$strLogin = $strLogin . ", ";
}
echo" ";
}
}
$intLength = strlen($strLogin);
$intLength = $intLength - 1;
$strResultaat = substr($strLogin, 0, $intLength-1);
echo $strResultaat
?>
<?php Login $strLogin = ""; $strLogin = $strLogin . "". $loginsysteem["naam"] .""; $strLogin = $strLogin . ", "; } } } $intLength = strlen($strLogin); $intLength = $intLength - 1; $strResultaat = substr($strLogin, 0, $intLength-1); ?>
wat gaat hier mis?
mijn bedoeling:
zo weergeven:
naam1, naam2, naam3
ipv:
naam1, naam2, naam3,
gaat dus om die laatste komma... wie weet wat er fout gaat?
Citaat: Ontani edit: [..code..]-tags[/code] aub
|