[PHP] Re: Cookies - good or bad???

2002-07-18 Thread Cord Schneider
"Phpcoder" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm really battling with this whole session thing. > My first impressions are that cookies are OK, and really helps to make > sessions workable and efficient, YET, from a developers point of view, I [..s

[PHP] Warning: e-mails being harvested from PHP newsgroups

2002-07-18 Thread Cord Schneider
Hi all, I just wanted to warn all those who post to the PHP newsgroups, and/or PHP HTML forums, that spammers are harvesting email address from these groups. If you want to avoid ending up on some spammers list, please consider using a SpamTrap (throwaway email address) or maybe a service like Sn

[PHP] Re: setcookie then redirect

2002-07-11 Thread Cord Schneider
Hi David, Your question has seen much debate in this newsgroup. I had much the same problem and solved it by writing the following function: /** * wrapper for header( "Location: url" ) */ function redirect( $url, $showMoved=false ) { // set refresh to target $url header( "Refresh: 0; url=$

[PHP] Re: Stupid PDF...

2002-07-03 Thread Cord Schneider
"Richard Lynch" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Okay, here's a stumper for the gurus: > > Why does PDF just "stop" on some strings and not print them? > [...snip...] > You can even use "View Source" on the HTML to verify that there are no funky >

Re: [PHP] Setting a cookie and redirecting

2002-07-03 Thread Cord Schneider
> No, it just happens to have sent them in the order his browser liked. > > ASP can't do anything "different" from PHP. > > I used to laugh when ASPers asked why PHP had to do all this extra stuff > with cookies and stuff to do sessions. Sigh. :-) > > Some browsers will process the headers in one

[PHP] Setting a cookie and redirecting

2002-07-02 Thread Cord Schneider
ed more info on what the html headers look like - before and after - mail me and I'll be happy to provide you with them... Regards, Cord Schneider -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php