Re: How do I replace a space for a different character?



On Wed, 27 Jul 2005 10:44:46 -0700, Matt MC wrote:

> Thank you. I got that to work. One more question please. How do I
> break a string into two parts,

Have you tried Googling at all?

Try these:

http://us2.php.net/manual/en/function.str-split.php
http://us2.php.net/manual/en/function.chunk-split.php
or
http://us2.php.net/manual/en/function.preg-replace.php

later...

--
JDS | jeffrey@xxxxxxxxxxxxxxx
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/

.



Relevant Pages