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
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
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
3 matches
Mail list logo