Session Cookie in form

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
angel55
Forum Newbie
Posts: 2
Joined: Tue Jan 13, 2004 10:02 pm

Session Cookie in form

Post by angel55 »

Help me...

I created a form for user to fill in...... ok my problem is that the session cookie.... is there any good example of form with session cookie?

is like when user enter the wrong data.... or when some of the field is empty... the form will automatically tells the user to fill in the empty field and THE OTHER CORRECT FIELD will REMAIN there without the user has to fill it all over again.....

help
Last edited by angel55 on Wed Jan 14, 2004 12:01 am, edited 1 time in total.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

angel55
Forum Newbie
Posts: 2
Joined: Tue Jan 13, 2004 10:02 pm

Post by angel55 »

ok sorry bout dat.. was in rush.... so how to check the validity of data in a form ?
Post Reply