Jump to content

header problem


corillo181

Recommended Posts

Try this at the top of your page.  This will show you what session variables there are and what their values are:

[code]
<?php
session_start();
include_once'includes/header.php';
include_once'includes/db.php';
echo "SESSION:<pre>".print_r($_SESSION,TRUE)."</pre>";
?>
[/code]

Then you will at least know for sure that the session variables are there.
Link to comment
https://forums.phpfreaks.com/topic/28952-header-problem/page/2/#findComment-132968
Share on other sites

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.