$included[] = $value;
}
}
Jim Lucas
- Original Message -
From: "Sam" <[EMAIL PROTECTED]>
To: "'php'" <[EMAIL PROTECTED]>
Sent: Thursday, October 25, 2001 8:17 AM
Subject: [PHP] Making a string from an Array
> Hi all,
> this may be
t; else
> {
> $included.= $words[$i];
>
> -Stewart
> -Original Message-
> From: Sam [mailto:[EMAIL PROTECTED]]
> Sent: 25 October 2001 16:18
> To: 'php'
> Subject: [PHP] Making a string from an Array
>
>
> Hi all,
> this may be an easy q
$ignored = "";
$include = "";
{
$ignored.= $words[$i];
}
else
{
$included.= $words[$i];
-Stewart
-Original Message-
From: Sam [mailto:[EMAIL PROTECTED]]
Sent: 25 October 2001 16:18
To: 'php'
Subject: [PHP] Making a string from an Array
Hi all,
Hi all,
this may be an easy question, but I'm stuck...
how can this,
$words = explode(" ", $keywordText);
for ( $i = 0; $i < count( $words ); $i++ )
{
if ($words[$i]=="on" OR $words[$i]=="the" OR $words[$i]=="in"
OR$words[$i]=="at" OR $words[$i]=="is" OR $words[$i]=="it")
{
$ignored[] = $w
4 matches
Mail list logo