Cookies or session() question?

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
User avatar
pedrokas
Forum Commoner
Posts: 32
Joined: Thu Jan 15, 2004 10:53 am
Location: Lisboa, Portugal

Cookies or session() question?

Post by pedrokas »

Hi all
i've to make a large recruit form for my company.
all you know it must have identification (name,sex, date of birth, nacionality,address etc...) of the candidate, the qualifications of the person, language knowlege, etc.
My form has 80 fields.
I've thought to make 4 pages (id, qualification, knowlege, availability) and i've to pass the data between the pages, because in the last one i've to add to a mysql table and send an email.

so now the question:
What is the better solution to pass the values, session() or cookies?

tks!
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

session :)
User avatar
pedrokas
Forum Commoner
Posts: 32
Joined: Thu Jan 15, 2004 10:53 am
Location: Lisboa, Portugal

Post by pedrokas »

tks i'll do it with session()!!!!

Pedro out!
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Re: Cookies or session() question?

Post by Grim... »

pedrokas wrote:My form has 80 fields.
8O
Post Reply