Jump to content

Doubt about retriving posted forum topic in one page both for users and guests


SUNIL16

Recommended Posts

I created the forum, For forum i am using registration page, only registered members can post topics. That i am checking like this

<?php
session_start();
if (isset($_SESSION['myusername']))
{
include("postquestion.html");
}
else
{
include("registertopost.html");
}
?>

 

Now the doubt is when the member login he has to get NEW TOPIC, LOGOUT , REPLY buttons. but it should not be there for guests. i am using two pages one for members and other for guests. how to do with one page.

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.