03-05-2008, 03:25 PM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 136
Thanks: 4
|
As abiko says; one has to realise that php doesn't worry about whitespace. Therefore, if you use something (other than a ,) to seperate the different parts of the string you can then use explode and echo them out.
|
|
|
|