/    Sign up×
Community /Pin to ProfileBookmark

Hello,

I’m having a real tough time with session variables.
The values don’t pass from one page to the next one.
Even with a very simple code like this one:

Page#1

[CODE]
<?php
session_start();
?>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
</head>
<body>
<?php
$_SESSION[‘FName’]=”Jay”;
$_SESSION[‘LName’]=”Pay”;
echo “<a href=’session2.php’>Try now</a>”;
?>

</body>
</html>
[/CODE]

Page#2:

[CODE]
<?php
session_start();
?>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
</head>

<body>
<?php
echo “My name is “.$_SESSION[‘FName’]. ” “. $_SESSION[‘LName’] ;
?>

</body>
</html>
[/CODE]

Thanks in advance for your commnets,

Laura

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@lapfamaauthorJun 20.2008 — Problem solved

I contacted my web host, and the problem was that the path for the PHP Scripting needed to be upddated.

Thanks,

Laura
×

Success!

Help @lapfama spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...