Answers for "how to call javascript with params function inside php echo"

PHP
0

php echo call javascript function with parameters

// Most effective way to call a javascript function with parameter of PHP variable
echo '<input type="button" value="Button" onclick="return openEditor('' . $path_image . '')">';
Posted by: Guest on October-21-2020

Code answers related to "how to call javascript with params function inside php echo"

Browse Popular Code Answers by Language