Jump to content

rahenkamp

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rahenkamp's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am trying to count the number of records in a MySQL DB with: $sql = sprintf("SELECT COUNT(*) AS test FROM %s WHERE login = '%s' AND cc = '%s' AND schoolid= '%s'", 'classnotes', 'teacher', '0155', '0631'); $result = mysql_query($sql) or die(mysql_error()); but this is thowing an error "No Database Selected" The same SQL statement works fine in PHPmyAdmin. What don't I see? Thanks in advance. d
×
×
  • 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.