$construct .="keywords LIKE '%$search_each%'";
$run = mysql_query($construct);
$foundnum = mysql_num_rows($run);
i wont to know what display $construct??
i wont to know what is the function of mysql_query and what mean this ($construct);
i wont to know what is the function of mysql_num_rows what can it do
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.