why does my session end?


Posted on 16th Feb 2014 07:03 pm by admin

my connect.php starts the session just so you know
i can navigate arround my site fine except when i come to this page. it lets me in but then when i try to leave no matter what page i go to or which page i come from it shows the error !is_authed

Also can someone check my code i wasnt sure if i could do a loop within another one
Code: <?php
include_once 'Connect.php';
if (!is_authed())
{
die ('You are not permitted to view this page, <a href="index.php">click here</a> to go back.');
}
?>
<html><head><title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css"></head>
<body>
<div class=logo><?php include "logo.php";?></div>
<div class=navigationbarbox><?php include "navigationbar.php";?></div>
<div class=welcome>
<?php
// Checks friends
$member = $_SESSION["id"];
$query = ("SELECT * FROM friends WHERE member = '$member'");
$result= mysql_query ($query) or die ('Could not query.');
$exist = mysql_num_rows($result);
if($exist=='0')
{
echo"You have no friends";
}
else // if any friends gets
{
while ($row = mysql_fetch_assoc($result))
{
$friendwithid = $row["friendwith"];

$query = ("SELECT * FROM members WHERE $friendwith = '$friendwithid'");
$result= mysql_query ($query) or die ('Could not query.');
while ($row = mysql_fetch_assoc($result))
{
$photo = $row["photo"];
$username = $row["username"];
}

echo "<img src='http://www.myurl.co.uk/NEWTEACH/userimages/$photo' width='100' height='150'>
";
echo"$username
";
echo'<a href="friendsdelete.php?userid='.$userid.'">Remove Friend</a>';
}
}
?>
</div>
<div class=footerbox><?php include "footer.php";?></div>
</body>
</html>

No comments posted yet

Your Answer:

Login to answer
96 Like 37 Dislike
Previous forums Next forums
Other forums

Credit card verification
I have a client who wants to process credit card transactions from his web site rather than the goin

Binding 2 UDP sockets on same port, connected to different destinations, 1 receives
Hello,
My application wants to send/recv data to 2 different UDP ports on a remote computer, us

single values into sql field
i have a form which i want the user to able to select multiple answers. But i want the answers to be

Results from Db outputted twice
Hey guys.. for come reason my data is outputted twise shown in the image below and i cant figure out

How to make a input/output field with multiple lines
Hello.
I put a input/output field on the screen but I could not change height of it. I need to

Sequre login with cookies.
I want to build secure login with cookies. I just want your ideas about this, your suggestions. What

Hom to make one url to open together with another url
I have a chat, which i want to be opened, as soon as the users login to the site. As it is now, when

php/mysql auto logout after 2 hour and reset password
Hi all,

This I hope will make sense. I've the following code which when a user logins in, cr

Displaying an image using echo command
I had done a query on my database, one of the fields being an image reference to a directory where a

Quick variable question
hey guys/gals,
im trying to write a php script and it works fine as i have it, but i need to set

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash