Posts by joão • 71 points
4 posts
-
0
votes1
answer251
viewsQ: helps in capturing multiple strings and storing them in an array
String names = "<td><input type="radio" name="pergunta23g" value="SIM"/> Qual? <input type="text" name="pergunta23gQual" class="dados"> Onde<input type="text"…
-
6
votes1
answer357
viewsQ: What is the best way to generate data from my database for some spreadsheet?
I have a database with 40,000 data (with a bang of columns), I wanted to generate a report. The problem is that in .xls it takes too long to generate the data inside the spreadsheet, there is some…
-
0
votes2
answers85
viewsQ: how to print <td> tags in php
I did it two ways: wanted to tag <td> in abreTD and </td> in the close when I printit on the page, the problem is if I just put the tags, they disappear. while ($campo =…
-
-2
votes2
answers739
viewsQ: How to make my program executable?
the graphical interface is already built and it runs if I compile. how to create the executable to run on any machine?