[PHP] select prob.

2001-02-03 Thread Netbrain di M.L.
Hi all, I'm in trouble checking client's value passed via a web form ... In a web form I usally use for the input's name a array var like this: Select your country --- United State United Kingdom and to generally check if some value is missing I use a simple routine like th

RE: [PHP] select prob.

2001-02-03 Thread Netbrain di M.L.
x On Sun, 4 Feb 2001, PHPBeginner.com wrote: > then, why don't you instead have it NULL, like: > > > Select your country > --- > United State > United Kingdom > > > > then if it's empty it will be skipped ... I think ... I've never done so ... > > Ciao allo zio e la

RE: [PHP] select prob.

2001-02-03 Thread Netbrain di M.L.
EMAIL PROTECTED] > www.phpbeginner.com > > > > > -Original Message- > From: Netbrain di M.L. [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 04, 2001 3:34 AM > To: PHPBeginner.com > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] select prob. >

Re: [PHP] Cookies

2001-02-15 Thread Netbrain di M.L.
Using PHP4 I think u should store your vars on session and pass the session_id() for all your web pages ... take a look at the sess-cap on the php man I hope this help max --- Please Help Puppies --- x On Thu, 15 Feb 2001, kaab kaoutar wrote: > Hi! > I'm a

Re: [PHP] Cookies

2001-02-15 Thread Netbrain di M.L.
On Thu, 15 Feb 2001, kaab kaoutar wrote: > So it has nothing to do with cookies ?! No, I did not say this ... I think u need to associate a unique_id for each client/customer and store the basket's vars on it ... u know that the session_id is passed on all your pages: - via cookies - via get/