I have looked at php.net for this, with little result.
I want to seperate one string into an array, here is what i want to achieve.
No considering i havnt done arrays, or looping an array to the last instance i will look this up, and one know how to get the string split into an array? And if pos, how the array will loop?PHP Code:$blah = "css:syntax:copyright";
// Split up, using : as the string pattern, i want these to go into an array
Loop array
// My code
end;
Cheers![]()




Reply With Quote