Thread: Adopts News
View Single Post
  #53  
Old 06-01-2009, 07:14 PM
Saphira Saphira is offline
Member
 
Join Date: Jan 2009
Posts: 89
Credits: 5,826
Saphira
Default RE: Adopts News

I had to change that a lil' bit, but I got it to work. :D

Finished code:

PHP Code:
$article_content "".$msg."<br>".$article_content."";


$group getgroup();

$cancp cancp($group);


if(
$isloggedin == "yes"){

$mygroup getgroup();

if(
$cancp == "yes" or $mygroup == 6){


$add "<a href='create_news.php'>Add News</a>";

}

else{

$add "";

}


Can someone pls confirm that I haven't just messed something up big time here? XD; (if you do I'll kill you for ruining my moment of elated-ness! =P)
Reply With Quote