note 98182 deleted from function.explode by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: usuario3 at gmail dot com ---- Explode is case sensitive! This may help: <?php $var = explode(strtoupper($tok), strtoupper($string)); ?>