Posts by Gustavo Reis • 135 points
5 posts
-
0
votes1
answer374
viewsQ: VIACEP did not find the cep variable to return to the result in PHP
Hello, Only the zip code search to find the city and state works, but the city and state search [and neighborhood] to find the zip code does not work because in JSON, the zip code variable…
-
1
votes1
answer279
viewsQ: Encodings do not work in an Opencv file in Python 3
I followed the face detection tutorial using Opencv and wrote in Python 3. This file is not used print. I already know that Python 3 is international, is compatible with UTF-8 and does not need…
-
0
votes2
answers102
viewsQ: How to convert "month" to "months" using PHP timestamp?
Here’s the code: function longadata($data) { if(empty($data)) { return "No date provided"; } $periods = array(_segundo, _minuto, _hora, _dia, _semana, _mes, _ano, _decada); $lengths = array("60",…
phpasked Gustavo Reis 135 -
0
votes0
answers53
viewsQ: How to resolve Typeerror undefined functions of jQuery.nicescroll and Unitegallery annoyed in PHP files? Is it because of jQuery version?
Bootstrap 4.0.0 Beta uses jQuery 3.2.1 Unitegallery uses jQuery 11.0 jQuery.nicescroll uses jQuery 2 PHP use I only use jQuery 3. I don’t want to have multiple versions of jQuery. See the Javascript…
-
1
votes0
answers64
viewsQ: How to get the name of cities using neo4j and PHP?
I followed this tutorial to do the following: echo "<h2>Encontre a rota mais curta da cidade A para a cidade B</h2>"; $query4 = 'MATCH p = (a {name: \'Palo Alto\'})-[r*2..5]->(b…