I have this code:
echo "<p>" + $username + "<\/p>"
and $username
is a string. I get this error:
Warning: A non-numeric value encountered
I don't know why i get this. How can i fix this?
I have this code:
echo "<p>" + $username + "<\/p>"
and $username
is a string. I get this error:
Warning: A non-numeric value encountered
I don't know why i get this. How can i fix this?