[PHP] sending email to a mailing list

2002-08-27 Thread Raphael Hamzagic
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

[PHP] ending a session

2002-09-05 Thread Raphael Hamzagic
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

Re: [PHP] ending a session

2002-09-05 Thread Raphael Hamzagic
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 Hamzagic wrote: Hi, I'm just wanna know why the session doesn't

Re: [PHP] ending a session

2002-09-05 Thread Raphael Hamzagic
... You can end the session by using function session_destroy(). See: http://www.php.net/manual/en/function.session-destroy.php For general information on how PHP handles sessions see: http://www.php.net/manual/en/ref.session.php Hope this helps. Gurhan On Thu, 2002-09-05 at 17:17,

[PHP] setting javascript variables on url

2002-09-06 Thread Raphael Hamzagic
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: script language=javascript !-- alert(foo) //-- /script Should print bar Thanks Raphael -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] why php4.2.3 caches my pages?

2002-09-20 Thread Raphael Hamzagic
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

[PHP] Why my php pages are cached in browsers?

2002-09-23 Thread Raphael Hamzagic
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