Jump to content

[SOLVED] mysql hustle, but i think it is easy!!!


npsari

Recommended Posts

Hi there,

 

I use this to count repeats from database

 

$q = "SELECT SENDER COUNT(SENDER) as CNT FROM profile GROUP BY SENDER ORDER BY CNT DESC LIMIT 20;";

 

then i echo data...

 

while($row = mysql_fetch_array($result)){

echo  "$row[CNT]";

echo  "<a href='/one.php?ID={$row['SENDER_PROFILE']}' target='_blank'>$row[sENDER_PROFILE]</a>";

}

 

But the quesry to show only the rows where ImageName and Email are not empty

 

i.e. WHERE Image !='' AND Email !=''

 

How can i add this part to the query?

 

can you show me guys please, cus when i add it, i add it wrong

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.