Jump to content

Member permissions? eg.Only users can post story.


spyderfusion02

Recommended Posts

are you grabinng the user permissions from a database? if so you could do something like this:

 

<?php
if($row['permission'] == 1) {
// display post story form
} else {
echo "You do not have permission to post a story!";
}
?>

 

Regards ACE

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.