I have a code similar to below where if something is greater than the other an alert appears, can i also have the code detect if it is equal to aswell on the 1 line.
if ($num_rows > $qry[RoomLimit]) {
| SitePoint Sponsor |




I have a code similar to below where if something is greater than the other an alert appears, can i also have the code detect if it is equal to aswell on the 1 line.
if ($num_rows > $qry[RoomLimit]) {
Animated Chatrooms - www.121chatrooms.net




PHP Code:if ($num_rows >= $qry[RoomLimit])
Pawel Decowski (you should follow me on Twitter)
Bookmarks