ShanesProjects Posted October 10, 2006 Share Posted October 10, 2006 Should this work?[code]$sql4 = mysql_query("SELECT * FROM guild_promote_check WHERE Username='$Member_Username' And Date='$Short_Date'");$result4 = mysql_num_rows($sql4);[/code] Link to comment https://forums.phpfreaks.com/topic/23615-mysql-problem-2/ Share on other sites More sharing options...
ShanesProjects Posted October 11, 2006 Author Share Posted October 11, 2006 Found the problem. Link to comment https://forums.phpfreaks.com/topic/23615-mysql-problem-2/#findComment-107230 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.