Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
WEB: Web Design Forum- TutorialsDreamweaver Forum- TutorialsFlash Forum- TutorialsWeb StreamingTraining

$link_to = $_SESSION not working

Cow Forums : Web Design

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>
$link_to = $_SESSION not working
by Erik Hermesman on Oct 14, 2009 at 11:35:04 pm

I am trying to have my users go to there own profile page. I am using this code in php to do it.

session_start();
$link_to = $_SESSION['username']."_page.php";
header("Location: $link_to");

The problem is that the result is bringing me to a page that looks like this.

http://www.domainname.com/_page.php.

It doesnt put the username infront of the _page

What am I doing wrong and is there another way to get this accomplished?

Thanks.

Respond to this post   •   Return to posts index

Re: $link_to = $_SESSION not working
by Mike Smith on Oct 15, 2009 at 9:35:13 am

How did you assign the username variable to the $_SESSION variable ..?

Respond to this post   •   Return to posts index

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>


FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]