php-db | 2004071
Date: 07/01/04
- Next message: Justin Patrin: "Re: [PHP-DB] Conditional explode?"
- Previous message: Shiloh Madsen: "[PHP-DB] Conditional explode?"
- In reply to: Shiloh Madsen: "[PHP-DB] Conditional explode?"
- Next in thread: Justin Patrin: "Re: [PHP-DB] Conditional explode?"
- Reply: Justin Patrin: "Re: [PHP-DB] Conditional explode?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 1 Jul 2004 14:05:49 -0500, Shiloh Madsen
<shiloh_madsen <email protected>> wrote:
>
> Can I use explode in a conditional manner? I.E., can i have it explode on a space, but only if the space is not encased in double quotes?
I would use http://www.php.net/preg_split
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Justin Patrin: "Re: [PHP-DB] Conditional explode?"
- Previous message: Shiloh Madsen: "[PHP-DB] Conditional explode?"
- In reply to: Shiloh Madsen: "[PHP-DB] Conditional explode?"
- Next in thread: Justin Patrin: "Re: [PHP-DB] Conditional explode?"
- Reply: Justin Patrin: "Re: [PHP-DB] Conditional explode?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

