Today is my first day learning php so be gentle :-|
In vb6 102 Xor 49 = 87
I can't get this result in php.
I think the php xor can only be 0 (well a blank string) or 1 so i don't understand what to do. Any ideas?
Thanks in advance.
Hi
I don't know how you are doing it, but it should be like this!
[php] <?
echo 102 ^ 49;
?> [/php]
John