Jump to content

member list update


adzie

Recommended Posts

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

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.