Dynamic values dynamic array PHP?

hi all am new in order to PHP, i possess database MySQL plus in one of many tables fields we’ve a suggestions who have values such as this “13095, 11413, 11424, 11434” or “1344, 14513, 11423”
the amount in this values tend to be my productID, ok right now i want to do a while loop for every number in addition to print it within a table, i will do this while never-ending loop to retrieve the item information, but the way could i get the numbers every alone to do the rescuing i believed that merely used range i could solve the problem i used
<PHP
….
$sug = $row’SuggestProduct’;
$asug = array($sug);
>

although here array0 = “13095, 11413, 11424, 11434”

you need to guys..and also thanks in advanced:)

I think you would like the php purpose explode() (php.net for much more info)

Cheers,
Gitlez.

Leave a Reply