Re: [PHP] Re: Sessions and Opera

2002-04-10 Thread Tomy Wagner
and btw the browsers dont save the registered vars they are stored on the server side... :) the browser only stores a cookie containing the session id ... Tomy Wagner - Original Message - From: "Steve Fitzgerald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wed

[PHP] str_replace problem

2002-02-04 Thread Tomy Wagner
hi, got a weird problem... what i am trying is this: $str = str_replace("é", "e", $str); in a string containing a 'é' for sure... but it doesn't replace it.. when i try this: echo str_replace("é", "e", "dfsdfsdfé"); it works !? any suggestions? Tomy Wagner

Re: [PHP] Funny thing with variables

2001-10-22 Thread Tomy Wagner
rtfm :o http://www.php.net/manual/en/language.operators.bitwise.php Wagner Tomy Web Developer Editus Luxembourg S.A. - Original Message - From: "Niklas Lampén" <[EMAIL PROTECTED]> To: "Php-General" <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 1:59 PM Subject: [PHP] Funny thing