Posts by Otavio Fausto • 43 points
7 posts
-
1
votes1
answer52
viewsQ: Copy hidden text equal to Whatsapp
Hello, a situation that I need to do and could not use normal methods like "display: None, user-select: all" etc, is to copy hidden texts or hidden tags. If you open the web Whatsapp, you will see…
-
1
votes1
answer21
viewsQ: Data Retrieval Problem Multidimenssional Array
am having a problem getting data from a json file! Good initially I get Json via CURL POST and I make the Decode with true so it becomes an array: $data =…
phpasked Otavio Fausto 43 -
1
votes2
answers272
viewsA: Sql auction script
from what I understand is the same as those TV shows, of the lowest single value won? This was can do with simple sql! Analyzing the values whose values are duplicated, eliminating them and then…
-
-4
votes1
answer8521
viewsA: What is the best way to make a "password" for Steam Login?
Best way to encrypt on your system is to make a password based on user choice with 3 encryption. Ex: User chooses password (12345) Criptografia 1: MD5(12345) = Resultado:…
phpanswered Otavio Fausto 43 -
0
votes0
answers127
viewsQ: Input File in specific directory
I need to create a system to attach files that will be used via Web to attach link. However, connections are saved on a local server separately ( 192.168.0.6 VOICE VOICE). When I click on attach it…
-
-1
votes2
answers284
viewsA: Php data and tags google maps
Just add inside the Foreach function. foreach ($screenplay->List screenplay($romanticism) the $data) { echo $dados->getRomaneio() . " - "; echo $dados->getPlaca() . " - "; echo…
-
0
votes1
answer447
viewsQ: Google Maps Event - Addlistener
Hello, I wonder if anyone has any notion of how to return a GLOBAL event from anything done on the map to be interpreted with CASE! Below how I use them today. google.maps.Event.addListener(map,…