I recently came across a script file. The coder had given variable assignment and echo statement on the same line. Is this a good coding practice? and does it have any benefit? <?php echo $num = 500; ?> PHP: Appreciate your feeback...