Re: How do I replace a space for a different character?
- From: "Matt MC" <mattsimc@xxxxxxxxx>
- Date: 27 Jul 2005 10:44:46 -0700
Thank you. I got that to work. One more question please. How do I
break a string into two parts,
so something like
$x = "This is a string of data I want to break apart";
<run something to count the first 25 characters and split into 2 parts>
$x1 = first part;
$x2 = second part;
Thanks so much for your knowledge and help!
~Matt
.
- Follow-Ups:
- Re: How do I replace a space for a different character?
- From: Geoff Berrow
- Re: How do I replace a space for a different character?
- From: JDS
- Re: How do I replace a space for a different character?
- From: ZeldorBlat
- Re: How do I replace a space for a different character?
- References:
- How do I replace a space for a different character?
- From: Matt MC
- Re: How do I replace a space for a different character?
- From: Geoff Berrow
- How do I replace a space for a different character?
- Prev by Date: Re: which IDE for php ?
- Next by Date: Re: How do I replace a space for a different character?
- Previous by thread: Re: How do I replace a space for a different character?
- Next by thread: Re: How do I replace a space for a different character?
- Index(es):
Relevant Pages
|