Re: [PHP] removing characters

2001-03-06 Thread php3
Addressed to: Rick St Jean <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Rick St Jean <[EMAIL PROTECTED]> Tue, 06 Mar 2001 01:47:05 -0500 A good way to do what you are asking is a combination of the last two suggestions... if( count( $Area )) {# Don't do anyt

Re: [PHP] removing characters

2001-03-05 Thread Rick St Jean
I have just started with php a few days ago but in the book that I am reading it uses a foreach loop that is specifically for arrays. foreach($Area as $key=>$value) { your concatination string here } Rick At 04:45 PM 3/6/01 +1030, you wrote: >On Tue, 6 Mar 2001 15:50, [EMAIL PROTECTED] wro

Re: [PHP] removing characters

2001-03-05 Thread David Robley
On Tue, 6 Mar 2001 15:50, [EMAIL PROTECTED] wrote: > A problem of inexperience... > > I am trying to store an array in mysql. I obtain the array like so-- > > $partcount = count($Area); > reset($Area); > for ($i = 0; $i < $partcount; $i++){ >$key = key($A