T Tehemai Guest Oct 29, 2009 #1 Is having variable names outside of quotations in an echo in php considered bad practice or is this okay: echo "hi ", $x; as opposed to: echo "hi $x";
Is having variable names outside of quotations in an echo in php considered bad practice or is this okay: echo "hi ", $x; as opposed to: echo "hi $x";