How to concatenate as in the code:
<?php
print ( "h".2);
It is actually giving error
PHP Parse error: syntax error, unexpected '.2' (T_DNUMBER) in /tmp/a.php on line 3
I've checked these Google results but unfortunately the solution does not work.