Jump to content

I try to count and PHP pukes


rahenkamp

Recommended Posts

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



Link to comment
https://forums.phpfreaks.com/topic/12278-i-try-to-count-and-php-pukes/
Share on other sites

Everyone, these are the Rules Of Engagement: Read the FAQs. Read the stickies. Read the manuals. And use Google. If those four fail, then make a post. Thanks.

[a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=95432\" target=\"_blank\"]http://www.phpfreaks.com/forums/index.php?showtopic=95432[/a]

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.