Posts by Adriano Bezerra • 11 points
3 posts
-
0
votes0
answers60
viewsQ: iReport + PHP + Input Value Pass
I’m in doubt, I need to issue a specific report. I need to take a name typed by an input field, and generate the report through that name, I did a search on parameters, and did not understand very…
-
0
votes2
answers908
viewsQ: How to enable or show a php button after a registration?
I wanted to know how to enable, or even show a button after making a registration. That is, I have a form, and after completing it and sending the information, I want to show another button.…
-
0
votes1
answer62
viewsQ: SELECT following from INSERT
I need to insert the latitude of the city into the latitude of the vessel, so I did this. function cadastrarEmbarcacao($nome, $capacidade, $cidadePartida, $cidadeChegada, $horaViagem, $diaViagem){…