Search found 3 matches

by thrustinj
Tue Jun 17, 2003 12:18 pm
Forum: PHP - Code
Topic: PHP Newb: Dynamic Array
Replies: 4
Views: 1570

okay..i think this is working. I'll be back in this thread if anything else comes up related to it.

Thanks!
by thrustinj
Tue Jun 17, 2003 10:44 am
Forum: PHP - Code
Topic: PHP Newb: Dynamic Array
Replies: 4
Views: 1570

Well..it's a key word field for a search page. So I have to be ready for spaces, commas...anything people would write to seperate words on. Basically something like:

africa dog nigeria
by thrustinj
Tue Jun 17, 2003 10:34 am
Forum: PHP - Code
Topic: PHP Newb: Dynamic Array
Replies: 4
Views: 1570

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...