Re: [PHP] MySQL INSERT concatonating one of my values for seemingly no reason...

2002-05-22 Thread Kevin Stone
P-general" <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 4:06 PM Subject: [PHP] MySQL INSERT concatonating one of my values for seemingly no reason... I have an array containing data from a search engine index. The array contains only two values.. "word" and "pages"

[PHP] MySQL INSERT concatonating one of my values for seemingly no reason...

2002-05-22 Thread Kevin Stone
I have an array containing data from a search engine index. The array contains only two values.. "word" and "pages" which will be stored in a MySQL table. $index[$i]['word'] //contains the keyword. $index[$i]['pages'] // contains a comma delimited list of pages the keyword exists on. If you