|
Posted by Frank Bemelman on 08/30/05 01:02
"Kimmo Laine" <eternal.erectionN05P@Mgmail.com> schreef in bericht
news:%CDQe.14574$_t2.13256@reader1.news.jippii.net...
> "Frank Bemelman" <f.bemelmanq@xs4all.invalid.nl> wrote in message
> news:4312ffba$0$11178$e4fe514c@dreader20.news.xs4all.nl...
>
> I got exactly what you expected to get. Using PHP5 on IIS6/Win2003.
>
> $kaboom = explode ("\t", "\t\t\tone\ttwo\tthree\tfour");
> var_dump($kaboom);
Hmm, yes, something is going on here. I messed up my entire
database now, so I need to do a bit more drilling and digging.
Thanks anyway, explode seems to do what it is supposed to do.
It's strange, because if I replace all '\t' with '~' it
does work as expected.
Renaming all my vars to kaboom1, kaboom2, etc, suddenly
looks like a very good idea too.
Thanks!
Oh well... now where's my backup...
--
Thanks, Frank.
(remove 'q' and '.invalid' when replying by email)
[Back to original message]
|