Posts by Adriano • 11 points
2 posts
-
0
votes0
answers18
viewsQ: MYSQL - Is there an alternative to LIMIT in the Queries?
I’m using MYSQL. I have the following table: create table visita ( id int, titulo_socio varchar(10), data_visita date, cidade_visitada varchar(50), status_visitacao varchar(50) ); A data example for…
-
1
votes0
answers137
viewsQ: Casperjs - Download a PDF file
Good afternoon, I would like to download a PDF file by clicking on a button that submits a form using POST. In this case I have no URL to use the Casper download method. Please see the HTML code…