Posts by samuel prado almeida • 76 points
5 posts
-
-2
votes2
answers76
viewsQ: How to mount this query
I need to return new clients for a certain period, but in the bank I can only work with "anocobranca, mescobranca", to count as a new client I check everyone who hired a service within the period,…
-
1
votes0
answers55
viewsQ: Problem while extracting zip file - Ziparchive
I created a script to generate one (Backup/Restore) files on my system, it works perfectly on "location-windows" both the backup and the restore, however when going up in "hosting-linux" happens the…
phpasked samuel prado almeida 76 -
0
votes1
answer49
viewsQ: I’m not sure my class is really correct
some time ago I decided to assemble this class to make my life easier, I will not put it complete not to be a post too big, this class to make an Insert you order like this…
-
2
votes3
answers433
viewsA: Take the JSON return and move to a PHP variable
Try using file_get_contents see how it looks: <?php $pegar_ip = $_SERVER["REMOTE_ADDR"]; $json_url = "https://ipinfo.io/".$pegar_ip."/json"; $json = file_get_contents($json_url); $json…
-
3
votes4
answers9155
viewsA: Change the background of input filled in by Chrome autocomplete
This way it is with transparent background and the color of the black text. input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill,…
cssanswered samuel prado almeida 76