Jump to content

[RESOLVED] how to do: If not in table....


Jfisher446

Recommended Posts

I just dont know how to put this into code. I want to do:

$dupetablequery = "SELECT * FROM UsedInvTypes WHERE typeID = $typeID";
$duperesult = mysql_query($dupetablequery);
"if no records found..."

What is the statement for that? How does the result return if nothing was found???

Thanks
Link to comment
https://forums.phpfreaks.com/topic/26814-resolved-how-to-do-if-not-in-table/
Share on other sites

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.