filling the field with the session value

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Vichingo
Forum Newbie
Posts: 1
Joined: Mon May 19, 2003 2:27 pm
Contact:

filling the field with the session value

Post by Vichingo »

Hi,

I want to make a shout/tag/responce board using 1 page and a simple form. I have a session started. I'm filling out a form and I want the data that is entered in the username field be registered in the session. Then when the user submits the form, the username he entered in the field has to be already filled out in the textfield. And that has to happen everytime the user logs on to the site.

The site that shows what I maen is in asp, but covers my problem.
http://www.brumbiz.com/gr/grlite.asp


This is what I have:
http://212.187.67.173/ghosts/tagboard.php

Thanx in advance.

P.S: If anybody knows a good tutorial that covers this problem, please notify me[/url]
Post Reply