I have a variable $teste = hiiiii
I need to put the variable inside a quote and a double quote. Like this:
"'$teste'"
for the value be this "'hiiiii'"
I'm trying concatenation but not working. How do that???
I have a variable $teste = hiiiii
I need to put the variable inside a quote and a double quote. Like this:
"'$teste'"
for the value be this "'hiiiii'"
I'm trying concatenation but not working. How do that???