I\'m experiencing a problem when calling a JavaScript function inside PHP code and trying to pass my PHP variables as parameters into the function. While it seems really sim
Single quotes litterally puts your $var as $var. While double quotes puts your $var in 0 1 or 2
$var
0 1 or 2
echo ""