|
If you use frost's example above, you won't need to break the string into an array. But to answer another question you have, you can access the last element of an array by using:
echo end($array);
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|