Hallo,
ich habe ein kleines Script welches von der Amazon api ausliest. Is es möglich in der Ausgabe $title die Zeichen auf xx zu beschränken?
Wenn ja wie?
Ich bin für Hilfe sehr dankbar.
ich habe ein kleines Script welches von der Amazon api ausliest. Is es möglich in der Ausgabe $title die Zeichen auf xx zu beschränken?
Wenn ja wie?
Ich bin für Hilfe sehr dankbar.
PHP:
<div class="asa_product_box">
<div style="border: 1px solid #000; padding: 5px; margin-bottom: 15px; background: url({$AmazonLogoSmallUrl}) right bottom no-repeat #ffffff;">
<div style="width: {$SmallImageWidth}px; float: left; margin-right: 5px;">
<a href="{$AmazonUrl}" target="_blank"><img src="{$SmallImageUrl}" width="{$SmallImageWidth}" height="{$SmallImageHeight}" border="0" style="border: 0;"/></a>
</div>
<div>
<p style="padding-bottom: 5px; margin-bottom: 0;"><a href="{$AmazonUrl}" target="_blank"> {$Title} </a></p>
<p style="padding-bottom: 5px; margin-bottom: 0;"><strong>Preis:</strong> <span style="color: #990000; font-weight: bold;">{$AmazonPrice} €</span></p>
<p style="padding-bottom: 5px; margin-bottom: 0;"><img src="{$RatingStarsSrc}" width="55" height="12" border="0" alt="{$AverageRating} von 5" style="width: 55px !important; height: 12px !important;"> ({$TotalReviews} Bwertungen)</p>
<p style="padding-bottom: 5px; margin-bottom: 0;"><strong>{$TotalOffers} neu & gebraucht</strong> verfügbar ab <span style="color: #990000; font-weight: bold;">{$LowestOfferPrice} € </span><br></p>
</div>
<br>
<div style="clear: both;"></div>
</div>
</div>