Re: [PHP] string division

2002-09-19 Thread WEB MASTER
||string *strtok*| (string arg1, string arg2); | Meltem Demirkus wrote: >which function divides astring to the pieces accorrding to another string. >for example according to a comma .. > >thanks... >meltem > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] string division

2002-09-19 Thread Chris Boget
> which function divides astring to the pieces accorrding to another string. > for example according to a comma .. explode(); Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] string division

2002-09-19 Thread Jay Blanchard
[snip] which function divides astring to the pieces accorrding to another string. for example according to a comma .. [/snip] explode() http://www.php.net/manual/en/function.explode.php HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

[PHP] string division

2002-09-19 Thread Meltem Demirkus
which function divides astring to the pieces accorrding to another string. for example according to a comma .. thanks... meltem -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php