

That does not mean anything, though...edwinfelix said:oic. Not that bad, consider all the other extensions are registered.
BillyConnite said:<?php if(1=1){ $computer="fine"; }else{ $computer="broken"; } echo $computer; ?>
Thanks for letting me know lol :D.hrwath said:BillyConnite said:<?php if(1=1){ $computer="fine"; }else{ $computer="broken"; } echo $computer; ?>
sonic@mayk:~$ echo "<?php if(1=1){ $computer='fine'; }else{ $computer='broken'; } echo $computer; ?>" | php
PHP Parse error: parse error in - on line 1
What's with my computer then? :P
<?php if(1===1){ $computer="fine"; }else{ $computer="broken"; } echo $computer; ?>
