[php] [/php] turns && into &&

We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.

Moderator: General Moderators

Post Reply

Been Having this Problem Also?

Yes I have had This Problem
3
50%
No I have never heard of this
3
50%
 
Total votes: 6

sad2891
Forum Newbie
Posts: 9
Joined: Sat Nov 02, 2002 8:38 pm
Location: Orlando, Florida

[php] [/php] turns && into &&

Post by sad2891 »

for some odd reason

Code: Select all

їphp]  ї/php]
turns && into &&

is there any way to avoid this or change it somehow. Cause it completely messes up php code if it does that.
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

yeah, just want to throw my voice in here. would love to see this fixxed.
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

Code: Select all

<?php
&&
?>
Image Image
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Testing...

Code: Select all

<?php
if ( true && false )
?>
Fixed...
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

listen,.......... can you hear it?

that ^^^ is the sound of phpdn getting better by the minute

:lol: .......................... i think i need to goto bed now :roll: :wink:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

woohoo Image
sad2891
Forum Newbie
Posts: 9
Joined: Sat Nov 02, 2002 8:38 pm
Location: Orlando, Florida

i like this

Post by sad2891 »

I have only been on this forum for a bit less than a week and i already like the way things get done. Thanks for the fix, was suprised that i was the only one who ever said anything about it.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

there are some footnotes in other posts but the suffering pressure :?: wasn't high enough to knock at Jason's door
"ah well, one fine day he will note it and then all will be fine...." :D
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Oh no, enough people made noise about it. Actually, even if one person mentions a problem, I usually try to fix it. It's part of the reason I upped T'mac's permissions to Site Admin (and I don't know if I sent her the FTP access to the site or not?). Manning these forums can be a full time job. :D

But hey, it's a great place, and it's only a great place, not because of me, but because you guys rock.
evilcoder
Forum Contributor
Posts: 345
Joined: Tue Dec 17, 2002 5:37 am
Location: Sydney, Australia

Post by evilcoder »

hey thats a nice thing to say. That, and theres no more things i can answer. Very bored.
Post Reply