split string ?
From: Makabanokanada (wladimir.stubbe_at_tiscali-dot-be.no-spam.invalid)
Date: 04/28/04
- Next message: .:Ninja: "Re: New to PHP, Functions question"
- Previous message: Rasmus: "Re: ip address"
- Next in thread: Paul Delannoy: "Re: split string ?"
- Reply: Paul Delannoy: "Re: split string ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Apr 2004 07:25:14 -0500
Hi,
I 'm new to php and I try to split a string into an array of
character , here is my code:
titleArray= split(".", title);
verticalTitle="";
for(i=0; i<count(titleArray);i++){
verticalTitle.="<br>" .
titleArray[i];
}
And the result show me only the tag <br> ... :unsure: ?
Thanks and regards,
M
----------------------------------------
The post originated from PHP Freaks:
----------------------------------------
http://www.phpfreaks.com
http://www.phpfreaks.com/forums
- Next message: .:Ninja: "Re: New to PHP, Functions question"
- Previous message: Rasmus: "Re: ip address"
- Next in thread: Paul Delannoy: "Re: split string ?"
- Reply: Paul Delannoy: "Re: split string ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|