Re: [PHP] loop and write array

2003-08-03 Thread Jason Wong
On Sunday 03 August 2003 21:50, Micah Montoy wrote: > I can't figure out how to separate each keyword by the comma and then write > that specific keyword to an array to be used. Any and all help would be > appreciated. explode() -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Sou

[PHP] loop and write array

2003-08-03 Thread Micah Montoy
I'm having difficulty in trying to figure out a way to loop through a query and extract the info from a single column into an array. Here is what I am looking for. In the table, I have a column called keywords that has a string of information that are separated with a comma. I am looking for a w