foreach($search_exploded as $search_each)
{
@$x++;
if($x==1)
@$construct .="keywords LIKE '%$search_each%'";
else
$construct .="AND keywords LIKE '%$search_each%'";
}
i just wont to understand this foreach ($search_exploded as $search_each)
what is the meaning
andyy121 -9 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.