Posts by Rodrigo Rosa • 33 points
3 posts
-
2
votes1
answer841
viewsQ: Laravel 5, assuming variable in empty query?
I have a query, but sometimes this query returns an empty value (off the books). These query results are directed to generating a graph Highcharts, but when there are no values within the query, the…
-
0
votes2
answers344
viewsA: PHP script to open Csvs files directly, no need for fomulário sending
Friends, thanks for the help, I managed to solve, I will leave my code below to help... <?php $tempo = 0; set_time_limit($tempo); date_default_timezone_set("America/Sao_Paulo");…
-
1
votes2
answers344
viewsQ: PHP script to open Csvs files directly, no need for fomulário sending
I’m developing a PHP script for database update. Basically I will schedule the execution of the script on the client machine (via scheduler), it will open a URL on the server and will perform the…