Jump to content

TheOnly92

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

TheOnly92's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Can you show us the HTML output?
  2. Or maybe try this: <?php $row = mysql_fetch_assoc(mysql_query("SELECT COUNT(*) AS n_rows FROM music WHERE userId='test'")); if ($row['n_rows'] > 0) { echo "Not empty"; } ?>
×
×
  • 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.