Date: 10/31/02
- Next message: Rasmus Lerdorf: "Re: [PHP] explode didn't work well"
- Previous message: PHP List: "Re: [PHP] PHP - Internal linking in a page"
- In reply to: Edward Peloke: "[PHP] rename()"
- Next in thread: Rasmus Lerdorf: "Re: [PHP] explode didn't work well"
- Reply: Rasmus Lerdorf: "Re: [PHP] explode didn't work well"
- Reply: Keith Vance: "Re: [PHP] explode didn't work well"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all:
I had tried to split the string into an array of
string using explode but the result isn't displaying
anything
I tried the example from document its its not showing
anything, pls point out where i went wrong
**********************
$pizaa="piece1 piece2 piece3 piece4 piece5 piece6";
$pieces = explode(' ', $pizza);
echo $pizaa;
echo ($pieces [2]);
********************
Thanks in advance
Prad
__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Rasmus Lerdorf: "Re: [PHP] explode didn't work well"
- Previous message: PHP List: "Re: [PHP] PHP - Internal linking in a page"
- In reply to: Edward Peloke: "[PHP] rename()"
- Next in thread: Rasmus Lerdorf: "Re: [PHP] explode didn't work well"
- Reply: Rasmus Lerdorf: "Re: [PHP] explode didn't work well"
- Reply: Keith Vance: "Re: [PHP] explode didn't work well"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

