Separating string of comma separated numbers?(PHP)?

Dee Vee

New member
I am trying to write a PHP script that takes a string of comma separated numbers and sorts it in reverse order.

I don't at all understand how I am supposed to print these numbers separately.

All I know is how to get them to a variable with $_POST['numbers'].

Any advice or hints are much appreciated.
OK I figured it out using explode. I'm just having trouble printing each in a table for some reason.
 
Back
Top