[PHP] Re: Problem with parameter count in strstr()

2004-11-30 Thread Shaun
Sorry, I was confusing strstr with strtr! "Matthew Weier O'Phinney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >* Shaun <[EMAIL PROTECTED]>: >> I am trying to ensure that all data added to each element of >> $my_data_array >> has no commas, however I get an error message sayin

[PHP] Re: Problem with parameter count in strstr()

2004-11-30 Thread Matthew Weier O'Phinney
* Shaun <[EMAIL PROTECTED]>: > I am trying to ensure that all data added to each element of $my_data_array > has no commas, however I get an error message saying Warning: Wrong > parameter count for strstr() > > $my_data_array[] = > strstr( $data[1], ",", " " ); > strstr( $dat