Posts by renatoff • 81 points
2 posts
-
4
votes2
answers3389
viewsA: Quotes inside quotes to send string parameter
I already solved the problem, after much thinking I realized that the problem is not in php itself, but in the string that HTML runs, because HTML would look like this: onclick='funcao('str');' And…
-
4
votes2
answers3389
viewsQ: Quotes inside quotes to send string parameter
The PHP code line below should be displayed on the website and is called using Javascript. echo " <div class='tipoPagamento' onclick='SelecionarTipoPagamento({$row['CODIGO']},…