Posts by william rodrigues • 57 points
3 posts
-
1
votes1
answer341
viewsQ: Unable to read property
I have a problem that seems simple, but I can’t find the solution. table = "<div><table class='table table-hover'>"; dados = ""; for(var i = 0; i <= retorno.dados.length; i++) { dados…
jqueryasked william rodrigues 57 -
4
votes1
answer807
viewsQ: Php code is commented in html
I am creating a captcha in a registration form, and I am calling the image with a php command, but the captcha image does not appear in the form, and when I enter the browser console the php code is…
-
0
votes2
answers882
viewsQ: Subselect in the same column
I am trying to create a subselect in the same column, I have to use a column row to return a new value from the column itself.. follows my sql code SELECT `idUnidadeOrganica`, `NmUnidadeOrganica`,…