sorry mir ist kein besserer Titel eingefallen
	
							
						
					PHP-Code:
	
	
<?php
$text=$text.'[url='.$reihe[Url].']'.$reihe['ProductName'].'[/url]<br>';
$text=$text.'[img]'.$reihe['ImageUrlMedium'].'[/img]<br>';
$text=$text.'[quo]';
$i=0;
while(isset($rows_reviews[$i]))
{
$item=$rows_reviews[$i];
$text=$text.$item['Comment'];
$i++;
}
$text=$text.'[/quo]';
 
          
 Moderator
 Moderator 
							
						 
  
							
						
Kommentar