adzie Posted July 20, 2008 Share Posted July 20, 2008 Hello folks, This may seem really trivial to some but I'm looking for some help with this conundrum. Currently if the status field is seven and the user hasnt been on for over 59 days I can get it to display a warning ($status = "11". What I was hoping to do was that if the status field was 7 9 or 11 it would do the same. I tried adding other status options in the status== section but it doesnt work. I would appreciate any thoughts or suggestions. Cheers if (($status == "7") && ($tdiff > 59)) { $status = "11"; } Link to comment https://forums.phpfreaks.com/topic/115710-member-list-update/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.