Answers for "php function to add single quotes to string"

PHP
1

append single quote around variable in php string

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

Code answers related to "php function to add single quotes to string"

Browse Popular Code Answers by Language