Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14343

Extra commas in my admin panel

$
0
0
Hello,

When I view an order and look at the accessories section, it will always have an extra comma at the end:

Charger, Box,

Instead of:

Charger, Box

This is what my code is, please let me know what I did wrong.

Thank you!  Cool

Code:
<?php if($accepted_offer->accessories != ''): ?>
                        <div class="item">
                            <b>Accessories:</b>
                            <?php foreach (explode(',', $accepted_offer->accessories) as $accessory): ?>
                                <?= htmlspecialchars(isset($accessories[$accessory])?$accessories[$accessory]->title:'Deleted') ?>,
                            <?php endforeach ?>

Viewing all articles
Browse latest Browse all 14343

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>