Hi everyone,
I'm with a little doubt about the best way to send a mail message to a large
mailing list using PHP. I'm not interested in existing mailing list
managers, or source codes.
I dont know if the best way to send emails is to use a repeat loop with
mail() function, or use some other stru
Hi,
I'm just wanna know why the session doesn't end when the user closes the
browser window and how can i make it.
Thanks
Raphael
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
session is effectively ended since the cookie is gone
> once the browser has been completely shut down (not just a window). When
> that user comes back to the site after starting their browser again they
> will get a new session.
>
> -Rasmus
>
> On Thu, 5 Sep 2002, Raphael Ha
Hope this helps.
> Gurhan
>
> On Thu, 2002-09-05 at 17:17, Raphael Hamzagic wrote:
> > Hi,
> >
> > I'm just wanna know why the session doesn't end when the user closes the
> > browser window and how can i make it.
> >
> > Thanks
> >
Anyone knows if there's a way to set a javascript variable in the calling
url. Like:
http://www.www.com/index.htm?foo=bar
in index.htm:
Should print "bar"
Thanks
Raphael
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/uns
Hi everyone,
I'm using php 4.2.3 and putting the code that prevents caching. But this
works in php4.1 but in 4.2.3 doesn't. I don't know if this is because I must
change some directive in php.ini or if is someone that we can't change in
php 4.2.3.
Thanks in advance
Rapha
--
PHP General Mail
Hi,
In browsers, my php pages are cached. All the code that is returned by php
are stored. In version 4.1 this not ocurred, anybody can help me?
Thanks
Rapha
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7 matches
Mail list logo