Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 1st, 2006, 1:14 AM   #1
Heba
Newbie
 
Join Date: Feb 2006
Posts: 18
Rep Power: 0 Heba is on a distinguished road
Welcome "username"

Hi

I have a question .. Lets say the user logs in with the name = Heba and goes to the menu page

How can i welcome the user with his name

like Welcome Heba !

I did this [php]Welcome <? echo "$name";?>[/php]

But it gives me this error

Welcome
Notice: Undefined variable: name in
Heba is offline   Reply With Quote
Old Mar 1st, 2006, 1:29 AM   #2
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 97
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
Well, it would depend what the variable the user's login is saved as. If it's saved in a variable called $name, then you would use $name. If it's $thisistheuserslogin, then you would use $thisistheuserslogin.

If the variable isn't defined for that script you're using, then it won't work.
Here's an example:

[PHP]
<?php

$name = "Heba";

echo "Welcome ".$name;

?>[/PHP]
MrMan9879 is offline   Reply With Quote
Old Mar 1st, 2006, 3:20 AM   #3
ludesign
Newbie
 
ludesign's Avatar
 
Join Date: Feb 2006
Posts: 8
Rep Power: 0 ludesign is on a distinguished road
Hi,

i guess your login system works with sessions, then let's say you have the fallow session:

$_SESSION['username'];

Then you just have to do:

[PHP]
Welcome <? echo $_SESSION['username'];?>
[/PHP]

Note: you have to allow/start sessions for each php file.
__________________
Винаги се цели в луната, така и да пропуснеш, пак ще си сред звездите!
by ludesign
ludesign is offline   Reply With Quote
Old Mar 1st, 2006, 5:23 AM   #4
Heba
Newbie
 
Join Date: Feb 2006
Posts: 18
Rep Power: 0 Heba is on a distinguished road
yes it worked with sessions
thank you
Heba is offline   Reply With Quote
Old Mar 1st, 2006, 9:36 PM   #5
ludesign
Newbie
 
ludesign's Avatar
 
Join Date: Feb 2006
Posts: 8
Rep Power: 0 ludesign is on a distinguished road
Quote:
Originally Posted by Heba
yes it worked with sessions
thank you
No problem, it was pleasure for me to help
__________________
Винаги се цели в луната, така и да пропуснеш, пак ще си сред звездите!
by ludesign
ludesign is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:38 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC