Hi guys
I understand that this would never be done normally,
but just to understand how the php processor works,
why does this code return 51?
[php]echo (print 5);[/php]
Does the presence of brackets cause the php processor to
check whether the containing statement is TRUE/FALSE?