||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:/
> 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
[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
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
4 matches
Mail list logo