( Forgot email address :) )
Jeremiah Dodds wrote:
Lester Caine writes:
Not directly a PHP problem, but since PHP tends to automatically create a
session cookie I thought it appropriate to ask here first.
I don't know about the rest of your post, but you can easily turn off
this behavior if i
Lester Caine writes:
> Not directly a PHP problem, but since PHP tends to automatically create a
> session cookie I thought it appropriate to ask here first.
I don't know about the rest of your post, but you can easily turn off
this behavior if it's present (unless you are using a rather poor ho
Not directly a PHP problem, but since PHP tends to automatically create a
session cookie I thought it appropriate to ask here first.
The European rules on asking permission to use cookies have been around for a
year now, and very few sites seem to be worrying about it until now, but press
cove
On 13 June 2010 17:34, Shawn McKenzie wrote:
> On 06/13/2010 09:58 AM, David Česal wrote:
>> Hello,
>>
>> I'm trying to access (from CLI) some website, where login is required.
>> Please, is it possible to set/save some cookies first (login session
>> information) and then access the website as lo
2010/6/13 David Česal :
> Hello,
>
> I'm trying to access (from CLI) some website, where login is required.
> Please, is it possible to set/save some cookies first (login session
> information) and then access the website as logged user? All through CLI.
>
>
>
> Thank you very much for any informat
On 06/13/2010 09:58 AM, David Česal wrote:
> Hello,
>
> I'm trying to access (from CLI) some website, where login is required.
> Please, is it possible to set/save some cookies first (login session
> information) and then access the website as logged user? All through CLI.
>
>
>
> Thank you ve
On Sun, 2010-06-13 at 16:58 +0200, David Česal wrote:
> Hello,
>
> I'm trying to access (from CLI) some website, where login is required.
> Please, is it possible to set/save some cookies first (login session
> information) and then access the website as logged user? All through CLI.
>
>
>
>
Hello,
I'm trying to access (from CLI) some website, where login is required.
Please, is it possible to set/save some cookies first (login session
information) and then access the website as logged user? All through CLI.
Thank you very much for any information.
David Cesal
Brian Dunning wrote:
I want to kill everyones' '/admin' cookies, but I'm worried that some
browsers might erase both cookies if I do this. Does anyone know if I
can safely kill the '/admin' cookie without risking deletion of the '/'
cookie?
How about you store the data, expire both cookies th
On Tue, 2009-10-27 at 11:34 -0700, Brian Dunning wrote:
> No, I'm talking about cookies, thus the references to pathnames and
> expirations.
>
> On Oct 27, 2009, at 10:56 AM, Ashley Sheridan wrote:
>
> > Cookies are client-side. Do you mean session files?
> >
>
>
How are you writing the co
No, I'm talking about cookies, thus the references to pathnames and
expirations.
On Oct 27, 2009, at 10:56 AM, Ashley Sheridan wrote:
Cookies are client-side. Do you mean session files?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, 2009-10-27 at 10:35 -0700, Brian Dunning wrote:
> I wrote some cookies for a whole bunch of site admins, but failed to
> set the path, so all the cookies are set to '/admin', which is not
> going to work for everything they need to do. They are also too long,
> set for 6 months.
>
>
I wrote some cookies for a whole bunch of site admins, but failed to
set the path, so all the cookies are set to '/admin', which is not
going to work for everything they need to do. They are also too long,
set for 6 months.
I need to correct both issues, so I changed it to write cookies to
Oops, copy and paste error, that is the cookie I was using to delete.
The one I am using to set is acutally:
setcookie($szCookieName, $nID,
time()+$expireTime,"/","www.mysite.com",false);
2009/1/17 PHP
Hi,
I am trying to get a cookie to set in Internet Explorer 7, I have tried
several di
2009/1/17 PHP
> Hi,
> I am trying to get a cookie to set in Internet Explorer 7, I have tried
> several different setcookie() configurations, this is the latest.
> Yes, I read the manual and the user notes, but can't find anything specific
> about the different security levels in IE.
>
> $szCooki
Hi,
I am trying to get a cookie to set in Internet Explorer 7, I have tried several
different setcookie() configurations, this is the latest.
Yes, I read the manual and the user notes, but can't find anything specific
about the different security levels in IE.
$szCookieName = "MyCookie";
$nID =
> -Original Message-
> From: Chris [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 05, 2008 8:51 PM
> To: Zhao chunliang[chunliang.zhao]
> Cc: php-general@lists.php.net
> Subject: Re: 答复: 答复: [PHP]COOKIE or coding
>
> Zhao chunliang[chunliang.zhao] wrote:
>
Zhao chunliang[chunliang.zhao] wrote:
>
> I'll use the string to decrypt, so that I want to they are the same.
>
> When I use 'urlencode', some other string will be changed. Like '/'
see also http://php.net/rawurlencode
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP
ng in Cookie , we should be reluctant to change.
>
>
>
>
>
>
>
>
>
>> -Original Message-
>> From: Zhao chunliang[chunliang.zhao]
>> [mailto:[EMAIL PROTECTED]
>> Sent:
changed by PHP, not be HTML Decoded by Browser.
>
> And the string in Cookie , we should be reluctant to change.
>
>
>
>
>
>
>
>
>
>> -----Original Message-
>> From: Zhao chunliang[chunliang.zhao]
>> [mailto:[EMAIL
So, I think it's being changed by PHP, not be HTML Decoded by Browser.
And the string in Cookie , we should be reluctant to change.
> -Original Message-
> From: Zhao chunliang[chunliang.zhao]
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November
> -Original Message-
> From: Zhao chunliang[chunliang.zhao]
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 05, 2008 3:52 AM
> To: php-general@lists.php.net
> Subject: 答复: [PHP]COOKIE or coding
>
>1.Open the url : http://
Dear: all
That is very abnormality.
1.Open the url : http://127.0.0.1/showCookie.php
ShowCookie.php code:
That's print:
Dear: all
That is very abnormality.
1.Open the url : http://127.0.0.1/showCookie.php
ShowCookie.php code:
That's print:
Anyone have any ideas on this at all?
-Original Message-
From: Jeff Demel [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2008 10:50 AM
To: php-general@lists.php.net
Subject: [PHP] cookie encoding/decoding
I have a situation where a cookie is being set elsewhere on a site by
ASP.NET
I have a situation where a cookie is being set elsewhere on a site by
ASP.NET, and I want to read it in my PHP. However, when getting a cookie in
PHP, it does an automatic urldecode (or some kind of decoding). Since the
cookie is entered in its pure form, with no encoding, on the ASP.NET side,
PH
On Tue, Mar 25, 2008 at 10:22 PM, Mark Weaver <[EMAIL PROTECTED]> wrote:
>
> Geez! now my $_SESSION isn't persisting to the next page when the screen
> refreshes. The only thing preventing me from gouging out my eyes right
> now is that I know I'll get this stuff. It's just a matter of time...
On Tue, Mar 25, 2008 at 9:49 PM, Andrew Ballard <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 25, 2008 at 9:31 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> >
> > Is this block of code executed immediately after the cookie is
> > set? Sometimes PHP works too fast for its own good and the client
On Tue, March 25, 2008 8:11 pm, Mark Weaver wrote:
> I suspect I already know part of the answer to this, but I'm not sure
> which way to go with it. I've got a project I'm working on and one of
> the things it's got to do is set cookies and then read them later.
> When
> the app was first written
At 8:37 AM -0400 3/26/08, Mark Weaver wrote:
I really enjoy programming. It satisfies a creative bent in me, but
from time to time I do get very frustrated with it. Especially when,
as in this case, it's only a cookie and an easy concept. What
frustrates me is I know I'm missing something, but
tedd wrote:
Mark:
You said:
I'm gonna shit and go blind cause I haven't got a clue...
and
The only thing preventing me from gouging out my eyes right now is ...
Are you sure that programming is right for you?
It sounds like you're going to hurt yourself. This was just a cookie. :-)
Mark:
You said:
I'm gonna shit and go blind cause I haven't got a clue...
and
The only thing preventing me from gouging out my eyes right now is ...
Are you sure that programming is right for you?
It sounds like you're going to hurt yourself. This was just a cookie. :-)
Cheers,
ted
Jim Lucas wrote:
Mark Weaver wrote:
Andrew Ballard wrote:
On Tue, Mar 25, 2008 at 9:59 PM, Mark Weaver <[EMAIL PROTECTED]>
wrote:
Thank you Andrew... Now it all makes perfect sense. Good grief!
there's
so much to learn. It seems that Java was easier. ;)
That's not specific to PHP. It's ju
Mark Weaver wrote:
Andrew Ballard wrote:
On Tue, Mar 25, 2008 at 9:59 PM, Mark Weaver <[EMAIL PROTECTED]> wrote:
Thank you Andrew... Now it all makes perfect sense. Good grief! there's
so much to learn. It seems that Java was easier. ;)
That's not specific to PHP. It's just how http works,
On Tue, Mar 25, 2008 at 10:19 PM, Casey <[EMAIL PROTECTED]> wrote:
> On Mar 25, 2008, at 7:12 PM, "Andrew Ballard" <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > On Tue, Mar 25, 2008 at 9:59 PM, Mark Weaver <[EMAIL PROTECTED]>
> > wrote:
> >> Thank you Andrew... Now it all makes perfect sense. Good gri
Andrew Ballard wrote:
On Tue, Mar 25, 2008 at 9:59 PM, Mark Weaver <[EMAIL PROTECTED]> wrote:
Thank you Andrew... Now it all makes perfect sense. Good grief! there's
so much to learn. It seems that Java was easier. ;)
That's not specific to PHP. It's just how http works, so it's the same
for
On Mar 25, 2008, at 7:12 PM, "Andrew Ballard" <[EMAIL PROTECTED]>
wrote:
On Tue, Mar 25, 2008 at 9:59 PM, Mark Weaver <[EMAIL PROTECTED]>
wrote:
Thank you Andrew... Now it all makes perfect sense. Good grief!
there's
so much to learn. It seems that Java was easier. ;)
That's not specific
On Tue, Mar 25, 2008 at 9:59 PM, Mark Weaver <[EMAIL PROTECTED]> wrote:
> Thank you Andrew... Now it all makes perfect sense. Good grief! there's
> so much to learn. It seems that Java was easier. ;)
That's not specific to PHP. It's just how http works, so it's the same
for ASP, Perl, I suspect
Andrew Ballard wrote:
On Tue, Mar 25, 2008 at 9:31 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
On Tue, Mar 25, 2008 at 9:11 PM, Mark Weaver <[EMAIL PROTECTED]> wrote:
> Hi all,
[snip!]
> Cookie Test Page
> ==
> if (isset($_COOKIE["cookiename"])){
> list(
On Mar 25, 2008, at 6:11 PM, Mark Weaver <[EMAIL PROTECTED]> wrote:
Hi all,
I suspect I already know part of the answer to this, but I'm not
sure which way to go with it. I've got a project I'm working on and
one of the things it's got to do is set cookies and then read them
later. When t
On Tue, Mar 25, 2008 at 9:31 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 25, 2008 at 9:11 PM, Mark Weaver <[EMAIL PROTECTED]> wrote:
> > Hi all,
> [snip!]
>
> >
> > Cookie Test Page
> > ==
> > if (isset($_COOKIE["cookiename"])){
> > list($first
On Tue, Mar 25, 2008 at 9:11 PM, Mark Weaver <[EMAIL PROTECTED]> wrote:
> Hi all,
[snip!]
>
> Cookie Test Page
> ==
> if (isset($_COOKIE["cookiename"])){
> list($first,$second,$third) = explode('|',$_COOKIE["cookiename"]);
> echo "I found your cookie\n";
>
Hi all,
I suspect I already know part of the answer to this, but I'm not sure
which way to go with it. I've got a project I'm working on and one of
the things it's got to do is set cookies and then read them later. When
the app was first written I was doing everything in PERL and cookies are
Set your session time out to, oh, 2 years or less (as in the spec,
they are gonna ignore you if you try more than 2 years).
You could even set *ONE* cookie with all the values serialized in an
array, and probably stay under the 4K limit.
Then you get people like me who, if a cookie value looks TO
[EMAIL PROTECTED] wrote:
There are 24 check boxes, and
each selection triggers a graphical display of radiation levels in a
specific area over the last hour.
David
So, if the user deletes the cookie, they grow a third eye? At last, a
viable method of preventing privacy nazis from deleting my
On Wed, August 16, 2006 9:00 am, [EMAIL PROTECTED] wrote:
> Does IE6 limit somehow/somewhere the number of cookie variables I can
> create and store?
Richard Lynch responded:
> Yes.
>
> Read the Cookie spec.
>
> There's no need for any site to ever send more than ONE Cookie anyway.
>
> Just use s
On Wed, August 16, 2006 9:00 am, [EMAIL PROTECTED] wrote:
> Does IE6 limit somehow/somewhere the number of cookie variables I can
> create and store?
Yes.
Read the Cookie spec.
There's no need for any site to ever send more than ONE Cookie anyway.
Just use session_start() and you can store all
> On Wed, August 16, 2006 9:00 am, [EMAIL PROTECTED] wrote:
>> Does IE6 limit somehow/somewhere the number of cookie variables I can
>> create and store?
Richard Lynch wrote:
> Yes.
>
> Read the Cookie spec.
>
> There's no need for any site to ever send more than ONE Cookie anyway.
>
> Just use s
Does IE6 limit somehow/somewhere the number of cookie variables I can
create and store? The following code snippet successfully creates 24
cookie variables when run in FireFox, but in IE6 it is limited to 20. I
can provide the full code with HTML/Javascript if anyone wants to test for
themselves.
Because their clock is set wrong on their computer...
Better to set a very long timeout and then handle the expiration
yourself.
Sorry.
On Fri, June 23, 2006 5:26 pm, Tom Ray [Lists] wrote:
> I've run into something rather odd with cookies today. I'm working
> with
> this admin section on a site
On Saturday 24 June 2006 09:51, John Meyer wrote:
> BTW, I have a question: which is the preferred way to handle variables
> on the client side: cookies or sessions? Or are there situations where
> one should be used and the other should be used in these other situations.
If it's a variable that
On Sat, 2006-06-24 at 10:51, John Meyer wrote:
> tedd wrote:
> > At 6:26 PM -0400 6/23/06, Tom Ray [Lists] wrote:
> >> I've run into something rather odd with cookies today. I'm working with
> >> this admin section on a site and I'm setting a cookie that is supposed to
> >> be good for one hour.
tedd wrote:
At 6:26 PM -0400 6/23/06, Tom Ray [Lists] wrote:
I've run into something rather odd with cookies today. I'm working with this
admin section on a site and I'm setting a cookie that is supposed to be good
for one hour. So in the cookie I have time()+3600 and all was well or that was
At 6:26 PM -0400 6/23/06, Tom Ray [Lists] wrote:
>I've run into something rather odd with cookies today. I'm working with this
>admin section on a site and I'm setting a cookie that is supposed to be good
>for one hour. So in the cookie I have time()+3600 and all was well or that was
>until some
I've run into something rather odd with cookies today. I'm working with
this admin section on a site and I'm setting a cookie that is supposed
to be good for one hour. So in the cookie I have time()+3600 and all was
well or that was until someone fired up IE. It seems that IE refused to
set the
At 8:42 AM -0400 5/9/06, blackwater dev wrote:
I have a realty site where people want to be able to save properties but
don't want to enter a username/password, etc. My first thought is just to
save the info to a cookie but am not sure if this is the best way. If
cookies aren't allowed, they wi
[snip]
I have a realty site where people want to be able to save properties but
don't want to enter a username/password, etc. My first thought is just
to
save the info to a cookie but am not sure if this is the best way. If
cookies aren't allowed, they will loose this functionality. I had
though
I have a realty site where people want to be able to save properties but
don't want to enter a username/password, etc. My first thought is just to
save the info to a cookie but am not sure if this is the best way. If
cookies aren't allowed, they will loose this functionality. I had thought
abou
tedd wrote:
Tedd,
The cookie is being set on the www.xn--ovg.com domain. The cookie is
being read on xn--ovg.com domain. This is perceived to be a security
risk, so the cookie isn't sent.
David
???
Interesting -- the first time it's read correctly and the second
time it's a security risk
Can you check your temporary internet files for the cookie?
Does that cookie is deleted from the browser cache?
With OS/Webserver/browser you are using?
Thanks
Rich
On 1/24/06, tedd <[EMAIL PROTECTED]> wrote:
>
> >By any chance, you are rewritting it/deleting it?
> >
> >Thanks
> >Rich
>
> Rich
By any chance, you are rewritting it/deleting it?
Thanks
Rich
Rich:
I'm definitely not rewriting the cookie, for if I quit the browser
and return to the url again, the cookie data is still there. It's
only when I return to the same url a second time that it doesn't
appear again.
It looks
tedd wrote:
Tedd,
The cookie is being set on the www.xn--ovg.com domain. The cookie is
being read on xn--ovg.com domain. This is perceived to be a security
risk, so the cookie isn't sent.
David
???
Interesting -- the first time it's read correctly and the second time
it's a security risk
By any chance, you are rewritting it/deleting it?
Thanks
Rich
On 1/24/06, tedd <[EMAIL PROTECTED]> wrote:
>
> >Tedd,
> >
> >The cookie is being set on the www.xn--ovg.com domain. The cookie is
> >being read on xn--ovg.com domain. This is perceived to be a security
> >risk, so the cookie isn't s
Tedd,
The cookie is being set on the www.xn--ovg.com domain. The cookie is
being read on xn--ovg.com domain. This is perceived to be a security
risk, so the cookie isn't sent.
David
???
Interesting -- the first time it's read correctly and the second time
it's a security risk -- how doe th
Tedd,
The cookie is being set on the www.xn--ovg.com domain. The cookie is
being read on xn--ovg.com domain. This is perceived to be a security
risk, so the cookie isn't sent.
David
tedd wrote:
> Hi:
>
> After I successfully writing a cookie, I'm having a problems reading the
> cookie repeate
Hi:
After I successfully writing a cookie, I'm having a problems reading
the cookie repeatedly.
The first time into my "read the cookie" page, the cookie is read.
However, the second time, it's not.
If I quit my browser and then reenter the "read the cookie" page, the
cookie is there and r
Hi:
Please review --
http://xn--ovg.com
-- the Set and Get cookie demo (i.e., 1 & 2). The code is shown.
If you go from Set Cookie to Get Cookie, everything is OK.
If you cut the url, quit the browser, start the browser again, paste
the url and return to the page, everything is OK. The brow
On Sat, Jan 14, 2006 at 12:57:46PM -0500, Al wrote:
> Can't get a cookie to set. Below is the code near the file top BEFORE any
> html output.
> ...
> ## code
> print_r($_POST)
> session_start();
> print_r($_COOKIE);
headers could be sent already, up your error_reporting, or check
your logs for h
Try simplifying the problem to determine the error point. For example don't
involve $_POST just try setting a cookie with hard coded variables. If that
works then add in the $_POST and test for BOTH $_POST['prefs'] and
$_POST['filter'].
Example of simplification:
Aaron
On 1/14/06, Al <[EMAIL
Can't get a cookie to set. Below is the code near the file top BEFORE any html
output.
$_POST['prefs'] comes from a hidden field in the middle of the html output.
$_POST['filter'] comes from a select option.
A Submit button closes the page and refreshes it.
print_r($_POST) shows $_POST['prefs
Hi Kristen,
Tuesday, November 22, 2005, 3:21:31 PM, you wrote:
> I have not looked into it, but do some internet security apps like
> Norton try to block certain cookies? I've not come across this, as I
> don't really use those programs, but right now I'm grasping for
> straws.
Yes they do - I r
[snip]
I have not looked into it, but do some internet security apps like
Norton try to block certain cookies? I've not come across this, as I
don't really use those programs, but right now I'm grasping for straws.
[/snip]
Certain anti-virus/spyware programs can and do block cookies and can be
Jay Blanchard wrote:
But I sure would like to see the URL once he has clicked it. Have you tried
changing to $_GET['page']? Again, all of this is just for gigglesbut
there is likely to be a clue.
On privacy policies in IE (can he try another browser?) what is his setting?
I'm still
Hi Kristen,
Monday, November 21, 2005, 4:48:26 PM, you wrote:
> I've been looking through the comments in the manual, and several
> people mention privacy policies creating a problem in IE. My problem
> is none of this can be duplicated on my machine (or any other so
> far), and this customer is
[snip]
>Sorry, I should have paid more attention. Is $_REQUEST['page'] correctly
set
>when (print_r the array...just for giggles)
I can verify $_REQUEST is correct for me, and I'm sure it's correct for
him too, since he gets "Cookie NOT set." The second if statement
requires $_REQUEST['page'] t
Jay Blanchard wrote:
[snip]
Not sure what you mean. I sent him to this script:
Test cookie.';
} else if( $_REQUEST['page'] == '1' ) {
if( isset( $_COOKIE['VATtest'] ) ) {
echo $_COOKIE['VATtest'];
} else {
echo 'Cookie NOT set.';
}
}
?>
Which is all I had in entirety. Is this not a "basi
[snip]
Not sure what you mean. I sent him to this script:
Test cookie.';
} else if( $_REQUEST['page'] == '1' ) {
if( isset( $_COOKIE['VATtest'] ) ) {
echo $_COOKIE['VATtest'];
} else {
echo 'Cookie NOT set.';
}
}
?>
Which is all I had in entirety. Is this not a "basic cookie?"
[/snip]
Jay Blanchard wrote:
[snip]
Anyone have any suggestions? I'm still stuck.
[/snip]
Can you send him another test where a basic cookie gets set and then
checked?
.
Not sure what you mean. I sent him to this script:
Test cookie.';
} else if( $_REQUEST['page'] == '1' ) {
if( isset( $_COO
[snip]
Anyone have any suggestions? I'm still stuck.
[/snip]
Can you send him another test where a basic cookie gets set and then
checked?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Anyone have any suggestions? I'm still stuck.
thanks,
kgt
Kristen G. Thorson wrote:
I'm having problems with a customer who can't login to a wholesaler
application. To ensure the problem was that the cookie was not being
set, I sent him to this script:
if( !isset( $_REQUEST['page'] ) )
I'm having problems with a customer who can't login to a wholesaler
application. To ensure the problem was that the cookie was not being
set, I sent him to this script:
if( !isset( $_REQUEST['page'] ) ) {
setcookie('VATtest','Cookie has been set.',time()+5, "/");
echo 'Test cookie.';
} e
Original Message -
From: Jose Miguel
To: Gustav Wiberg
Cc: PHP General
Sent: Thursday, September 08, 2005 3:26 AM
Subject: Re: [PHP] Cookie-question?
Ok, please correct me if i'm wrong...
First of all, i'd rather use $_COOKIE instead of $HTTP_COOKIE_VARS.
Ok, please correct me if i'm wrong...
First of all, i'd rather use $_COOKIE instead of $HTTP_COOKIE_VARS.
And in the line...
if ($voteNow == 'Y' AND $userVote == 'Y' AND $cookieJoke != 'voted') {
Why don't you use the operator NOT IDENTICAL (!==), cause != will also
return true if the variable
Hi there!
Look at following code below, and please give me a clue why this
cookie-thing doesn't work?
$IDJoke is set before and is an ID from a row in a db
It seems to work a while, but is there a limit for the expire-parameter?
/G
http://www.varupiraten.se/
//Get cookie from users computer
On Tuesday 21 September 2004 07:33, Jason FB wrote:
> I am trying to get the session cookie to stay active for 10 years
Session cookies as its name suggests lasts for the duration of the session,
meaning your browser does not store them anywhere permanent and are lost when
browser is closed.
-
Jason FB wrote:
PHP GENERAL LIST:
I am trying to get the session cookie to stay active for 10 years
I have at the top of EVERY page on my website an include statement which
includes a file which contains only this code:
If I quit my browser and re-launch, it seems to remember my session
variabl
PHP GENERAL LIST:
I am trying to get the session cookie to stay active for 10 years
I have at the top of EVERY page on my website an include statement
which includes a file which contains only this code:
If I quit my browser and re-launch, it seems to remember my session
variables. [Which was N
--- Michael Purdy <[EMAIL PROTECTED]> wrote:
>
> setcookie('cat','large',time()+3600);
> setcookie('dog','small',time()+3600);
>
>
> The outcome of this script is that only the LAST cookie is successfully
> stored.
This seems unlikely. It's possible that neither of these statements is
succe
Folks
I am running php 5.0.1 on NT.
I have a small test script as shown below
setcookie('cat','large',time()+3600);
setcookie('dog','small',time()+3600);
The outcome of this script is that only the LAST cookie is successfully stored.despite
having a different
name. Is this because the
* Thus wrote water_foul:
> i figured it out ty
What did you figure out? People searching the archives would like
to know :)
> ...
> > > > > > On Sat, 19 Jun 2004 15:51:00 -0600, water_foul
> > > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > whats wrong with this script
> > > > > >
Angel Freire wrote:
First I recomend you to read this page:
http://ar.php.net/manual/en/function.setcookie.php
I think your recommendtation ought to be
http://ar.php.net/manual/
instead. ;-)
--
Raditha Dissanayake.
-
http://www.raditha.com/megaupl
First I recomend you to read this page:
http://ar.php.net/manual/en/function.setcookie.php
For that example the code should be:
$_COOKIE['link1']
El sáb, 19-06-2004 a las 19:47, water_foul escribió:
> how do i read a cookie created by this code
> setcookie('link1',blah,time()+3600,'/');
--
PHP
how do i read a cookie created by this code
setcookie('link1',blah,time()+3600,'/');
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
how do you set a cookie to mutiple directories?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i figured it out ty
"Joel Kitching" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> There are many examples (in the comments) at the manual entry for
> set_cookie at php.net; go try one of those.
>
> On Sat, 19 Jun 2004 16:07:34 -0600, water_foul
> <[EMAIL PROTECTED]> wrote:
> >
> > i
There are many examples (in the comments) at the manual entry for
set_cookie at php.net; go try one of those.
On Sat, 19 Jun 2004 16:07:34 -0600, water_foul
<[EMAIL PROTECTED]> wrote:
>
> i did that and it doesn't say that theere there, how do you set cookies so
> that theyy dont expire (maby the
i did that and it doesn't say that theere there, how do you set cookies so
that theyy dont expire (maby the expiration is set wrong.. i'm a newb
with cookies
"Joel Kitching" <[EMAIL PROTECTED]> wrote
Are you sure you're trying to access them properly, and on the next
> page refresh?
>
> ex)
>
>
Are you sure you're trying to access them properly, and on the next
page refresh?
ex)
On Sat, 19 Jun 2004 15:56:36 -0600, water_foul
<[EMAIL PROTECTED]> wrote:
>
> all i did was a function and some conditionals
> "Joel Kitching" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
sorry i misse dsomething else i should say, this is in the function but i
haven't sent any output before i call the function
"Water_foul" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> lemme clarify what i mean by function, i created a function
> "Water_foul" <[EMAIL PROTECTED]> wrot
lemme clarify what i mean by function, i created a function
"Water_foul" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> all i did was a function and some conditionals
> "Joel Kitching" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Did you do this before you sent s
1 - 100 of 288 matches
Mail list logo