Hi,

Thank you to all that responded.

Sincerely,
Mike
-- 
Mike Brandonisio          *    Web Hosting
Tech One Illustration     *    Internet Marketing
tel (630) 759-9283        *    e-Commerce
[EMAIL PROTECTED]    *    http://www.jikometrix.net

     JIKOmetrix - Reliable web hosting


On May 24, 2007, at 11:33 PM, James Keeline wrote:

>> Does anyone know how to find a TAB character in a string or explode
>> on TAB into an array?
>>
>> Sincerely,
>> Mike
>
> strpos("\t", $string)
>
> $array = split("\t", $string);
>
> James
>
>
> Community email addresses:
>   Post message: php-list@yahoogroups.com
>   Subscribe:    [EMAIL PROTECTED]
>   Unsubscribe:  [EMAIL PROTECTED]
>   List owner:   [EMAIL PROTECTED]
>
> Shortcut URL to this page:
>   http://groups.yahoo.com/group/php-list
> Yahoo! Groups Links
>
>
>

Reply via email to