[PHP] Funny thing with variables

2001-10-22 Thread Niklas Lampn

What causes this:
 
I have a page getting variable $BackLink with string 
http://www.domain.com/my_page.php4;.
I accidentaly wrote ?=~$BackLink? and what I got out was 
—‹‹ÅÐЈˆˆÑ™–‘“ž‘›š‡‹ŒÑœ’А™™š 
šŽŠšŒ‹ ™‘‹Ñ—Ë. What causes this? What does that ~ sign do 
before a variable?
 
 
Niklas Lampén



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 with variables


 What causes this:

 I have a page getting variable $BackLink with string
http://www.domain.com/my_page.php4.
 I accidentaly wrote ?=~$BackLink? and what I got out was 
—‹‹ÅÐЈˆˆÑ™–
‘“ž‘›š‡‹ŒÑœ’А™™š šŽŠšŒ‹ 
™‘‹Ñ—Ë. What causes this? What does that
~ sign do before a variable?


 Niklas Lampén



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Funny thing with variables

2001-10-22 Thread Niklas Lampn

F... read it and got it! ;)
I had no idea what to look for..


Niklas


P.S. Thanks

-Original Message-
From: Tomy Wagner [mailto:[EMAIL PROTECTED]] 
Sent: 22. lokakuuta 2001 15:16
To: Niklas Lampén; Php-General
Subject: Re: [PHP] Funny thing with variables


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 with variables


 What causes this:

 I have a page getting variable $BackLink with string
http://www.domain.com/my_page.php4.
 I accidentaly wrote ?=~$BackLink? and what I got out was 
 —‹‹ÅÐЈˆˆÑ™–
‘“ž‘›š‡‹ŒÑœ’А™™š šŽŠšŒ‹ 
™‘‹Ñ—Ë. What causes this? What does that ~ sign do before a 
variable?


 Niklas Lampén



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To contact the list 
administrators, e-mail: [EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]