okay..i think this is working. I'll be back in this thread if anything else comes up related to it.
Thanks!
Search found 3 matches
- Tue Jun 17, 2003 12:18 pm
- Forum: PHP - Code
- Topic: PHP Newb: Dynamic Array
- Replies: 4
- Views: 1569
- Tue Jun 17, 2003 10:44 am
- Forum: PHP - Code
- Topic: PHP Newb: Dynamic Array
- Replies: 4
- Views: 1569
- Tue Jun 17, 2003 10:34 am
- Forum: PHP - Code
- Topic: PHP Newb: Dynamic Array
- Replies: 4
- Views: 1569
PHP Newb: Dynamic Array
I'm trying to take a search string and make an array out of it. I'm better this in ASP. How do you declare an array or do you even have to? This is my string convert: $commentsArray[] = preg_split("", $comments, -1, PREG_SPLIT_DELIM_CAPTURE) I also want it to split based on spaces and comm...