Dear all,
I have a Windows2000 server with PHP & IIS5
My customer has written the following script:
Openingstijden:";
$query = mysql_query ("SELECT * from openingstijden");
echo "";
echo
"Nr.VestigingMaandag
";
//$teller = 1;
while ($row = mysql_fetch_array ($query))
{
echo "".$teller."
> new page to check the cookies.
>
> /brother
>
> > -Original Message-
> > From: Sjaak [mailto:[EMAIL PROTECTED]]
> > Sent: den 23 september 2002 09:15
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Cookies do not work
> >
> >
> > De
> $_COOKIES is the new super global array for cookies, don't forget that =)
>
> I cann't see any other explaniation but I'm new to this cookiething.
>
> /brother
>
> > -Original Message-
> > From: Sjaak [mailto:[EMAIL PROTECTED]]
> >
> >
Yes the same version on both servers :(
register_globals is set to off (also tried with on, same result)
"Sjaak" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thx for know
>
>
> "Brother - Martin Bagge"
Dear all,
I have a windows 2000 server with IIS5 and Latest version of PHP.
When i use the beneath script i get the following result:
(at the webserver i open IE and type:)
http://localhost/info.php >> He find's the COOKIE
http://www.mywebsite.com/info.php He does not find the COOKIE