ClubCosmic
12-27-2004, 11:13 PM
hi all,
i am able to use explode() to break up a string and it works great, except that if the string contains a space like "tampa bay" the explode() function returns "tampa_bay" (notice the underscore) . I was wondering if there is a way around this?
i am able to use explode() to break up a string and it works great, except that if the string contains a space like "tampa bay" the explode() function returns "tampa_bay" (notice the underscore) . I was wondering if there is a way around this?