Jump to content

Recommended Posts

I peace of normal php code, saved in htdocs in xampp in a file :

<?

 

// check for session variables

session_start();

 

// load the script containing the common functions

require "forum.php";

 

// check to make sure this is a new visit to the page

if (!$_SESSION['logged_userID']) {

 

// if it is, show the greeting

setup_page ("Banja Forum","Ulaz");

echo "Dobro dosli na <b><span style='font-size:12pt; color:#CC9900;'>Banja Forum</span></b>. Ovdje mozete davati komentare o svemu sto zelite. Od vas trazimo samo pristojno ponasanje :)";

} else {

 

// if not, log the user out

session_destroy();

setup_page ("Izlaz", "Izlaz");

echo "Izasli ste sa foruma.";

}

?>

<BR>

<BR>

<A HREF="register.php">Novi korisnici kliknite ovdje da se <b>registrujete</b>.</A>

<BR>

<BR>

<A HREF="login.php">Registrovani korisnici, kliknite ovdje da se <b>login</b> na forum.</A>

</p></font>

<?

// nivo logo

echo"<br><br><br><br><br><a style = 'text-decoration: none; a:hover padding-bottom: 2px; border-bottom: 1px solid #61d260; ' href='http://nivodesign.com'><p style = 'font-family: Georgia, Times New Roman, Times, serif; font-size: 70%; letter-spacing: 0.1em; text-align: left;'>Nivo Design  © <span style = 'font-size: 0.7em; color:#CC9900; '>All Rights Reserved...</span></p></a>";

  ?>

When opened, apears on Firefox like this:

firefoxoutput.png

 

Can anyone help with suggestion what is wrong?

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.