Answers for "insert variable in string php simple quote"

PHP
1

append single quote around variable in php string

echo "'$animal'";
Posted by: Guest on January-27-2021

Browse Popular Code Answers by Language