Forum: PHP Jan 1st, 2009 |
| Replies: 3 Views: 440 As all of you know that PHP is a scripting language originally designed for producing dynamic web pages. Also it belongs to open source of family and is widely-used scripting language now-a-days.
... |
Forum: PHP Dec 26th, 2008 |
| Replies: 15 Views: 1,417 Here is description of explode() :
explode
(PHP 4, PHP 5)
explode — Split a string by string
Description
array explode ( string $delimiter , string $string [, int $limit ] ) |