OK, but when i use "isset" my request is not executed normally.
I wonder if the fact i use the frames is the problem because with no
changement and without using "isset"
my request run correctly.

Thanks !

----- Original Message -----
From: "John Nichel" <[EMAIL PROTECTED]>
To: "Dominique ANOKRE" <[EMAIL PROTECTED]>
Cc: "Php List" <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 12:15 PM
Subject: Re: [PHP] undefined index -------- please help !!!!!!!!


> Dominique ANOKRE wrote:
> > on line 66 there is :
> >
> > $date=$_POST["date"];
> >
> > Thanks
>
> $_POST['date'] isn't set.
>
> if ( isset ( $_POST['date'] ) ) {
> $date = $_POST['date'];
> }
>
> --
> By-Tor.com
> It's all about the Rush
> http://www.by-tor.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to