# PHP guys

**URL:** https://forums.speedlife.net/t/php-guys/58278
**Category:** NYSpeed Off Topic
**Created:** [November 16, 2008, 9:55pm UTC](https://forums.speedlife.net/t/php-guys/58278 "2008-11-16T21:55:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![boxxa](https://yyz2.discourse-cdn.com/flex034/user_avatar/forums.speedlife.net/boxxa/32/5045_2.png) [@boxxa](https://forums.speedlife.net/u/boxxa)
#### Post date: [November 16, 2008, 9:55pm UTC](https://forums.speedlife.net/t/php-guys/58278/1 "2008-11-16T21:55:49Z")

</div>

How do you use a " as a delimiter?

I have a array and each item is in the format of:

name=“content”

My goal is to run through each item and get just the data between each " but split() and explode() do not seem to take a " sign. I even tried to put it between two ’ and also tried “”" and still no go.

Any ideas?
