0
Showing out put error plese help me ?
Hi friends. i have learn php basic . but i got small dout . that dout are i will try solve some output but showing error that qustion is bellow see <?php $p= vinay ; $v= kumar ; echo ($p $v ); ?> the out put showing error , what the error ? plese help me and resolve that sorce code. Thanks for reading qustion good bye...
4 Respostas
+ 1
you should concate to get ur output using dot operator
0
echo $p. $v;
hope this helps
0
follow the standards
make a string in quotes double or single
and concat using the dot (.) operator.
happy coding 😊
0
you should do this $p="vinay";