Explode statement and numerics?

A

Anonymous

Guest
try casting the values to "String" by
Code:
(String)
or try using preg_split
 
the technique is also refered to by "type hinting" and is widly used in many different languages. In PHP it is often extremly usefull. Google search may show you more information about that
 
Back
Top