Jump to content
Larry Ullman's Book Forums

Categories Page


Recommended Posts

I am creating a site that structures is similar to the knowledge is power site but I don't need them to pay to register.

I am wondering if I remove this portion

 

*if (isset($_SESSION['user_id']) && !isset($_SESSION['user_not_expired'])) {

echo '<p class="error">Thank you for your interest in this content. Unfortunately your account has expired. Please <a href="renew.php">renew your account</a> in order to access site content.</p>';

}

 

from the categories page will that mess anything else up. I am pretty sure by removing this portion of the code that it will eliminate the need to check for a expiration date.

 

Thanks for your help

Nick

Link to comment
Share on other sites

 Share

×
×
  • Create New...