Would this query be correct?
Posted: Thu Mar 31, 2005 6:14 pm
Can you use less/greater then or equal to in your query?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
mysql_query("SELECT * FROM farms WHERE defenceaction <= '$fdefenceaction' && armysize >= '$farmysize'") or die(mysql_error());