View Single Post
02-21-2007, 11:32 PM
#19
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Originally Posted by Cole View Post
So what, he forgot to escape the quotation marks.

PHP Code:
<?= $==10 'it\'s 10' 'it\'s not 10'?>
And I generally use the ternary operator when the If statement is not complex.
That still won't work. "$==10" < What's that?