Page 1 of 1

Probally a really simple question on search and replace

Posted: Sun Sep 21, 2003 11:28 pm
by ryan031385
I have a string in a variable it is a birthdate in the form of mm/dd/yy what kind of function would I use and how to put this in an array or 3 seperate variables saying hey before the first / i want as one varible , berfoer the second i want as another varible and after the last / i was the third variable or is there an easier way to do this?

Posted: Sun Sep 21, 2003 11:58 pm
by scorphus
explode will do it for you.

Cheers,
Scorphus.