Posts by João Rodrigues • 31 points
3 posts
-
1
votes3
answers3696
viewsQ: Webservice de CNPJ
I need to get some CNPJ data for my registration system, I found this webservice on interwebs. GET - http://receitaws.com.br/v1/cnpj/[cnpj] But I’m not able to implement in PHP code. You could help…
-
1
votes3
answers119
viewsA: Error in the Checkbox
I solved it! I switched the variable for a counter! Based on the array position, then I collect the dice inside! Thanks to Help from all! Follows code: <?php $i=1; $rz = mysql_query("select *…
-
0
votes3
answers119
viewsQ: Error in the Checkbox
I need to make a while in the PHP: while($lo = mysql_fetch_array($ro)) { $id3 = $lo["id"]; $nome_menor = utf8_encode($lo["nome_menor"]); This is ok! This shows the name of the companies listed on…