Hi
I have a sql query that results in the likes of
123/456/789
i need to be able to break the above result up into variables without the / ie var1=123 var2=456 var3=789 i gather this would be in to an array but im not sure how to get the details before & after the / in the result
can anyone help please
many thanks