Zenax
Active Member
- Messages
- 1,377
- Reaction score
- 4
- Points
- 38
Hey guys,
Just getting back into PHP programming and thought I would start with the basics. I created a very basic login script, and when i say basic it is so basic, there is no encrpytion on the passwords. (something to learn next
)
I want to add a custom message to display for each user after they have logged in
example if user123 logged in it would say "Welcome user123, your potatoes are here!" and if user456 logged in it would say "Welcome user 456, isn't windy outside!
or is it possible to have a message display for a single user and not everyone else?
I am using sessions and a very basic mySQL table for the user base.
Any help would be apperciated.
Regards,
Zenax
Just getting back into PHP programming and thought I would start with the basics. I created a very basic login script, and when i say basic it is so basic, there is no encrpytion on the passwords. (something to learn next
I want to add a custom message to display for each user after they have logged in
example if user123 logged in it would say "Welcome user123, your potatoes are here!" and if user456 logged in it would say "Welcome user 456, isn't windy outside!
or is it possible to have a message display for a single user and not everyone else?
I am using sessions and a very basic mySQL table for the user base.
Any help would be apperciated.
Regards,
Zenax