Posts by Di Max Developer • 53 points
12 posts
-
0
votes1
answer32
viewsQ: en - Http Post request error Ionic Probleme No 'Access-Control-Allow-Origin'
I’m having problems with the source of access on Ionic 3 I’ve already enabled header('Access-Control-Allow-Origin: *'); in PHP and apache .htaccess however the error continues to persist, I did some…
-
0
votes0
answers182
viewsQ: Error in Ionic installation
Hello, I’ve been trying to insert Ionic on my pc ( WIN32 bits with Nodejs, java, java sdk, Git) installed all right, but following the steps as described on the official website of Ionic , always…
-
0
votes0
answers89
viewsQ: Slim Framework does not recognize the saved sessions
Guys, my directory in the slim framework was default.. /public /vendor /src /cache /app among other folders.. and within the /public A index.php was calling the other files and folder normally..…
-
1
votes0
answers250
viewsQ: Is there a Sqlite PHP simultaneous connection limit ?
I currently use Mysql on my server with a limit of 50 simultaneous connections.. thought to use SQL Server which in turn has no simultaneous connection limit but is very expensive!!.. So I thought…
-
0
votes1
answer174
viewsQ: Compare two tables in mysql by grouping the main table and listing the result of the second table
Hello! I will explain from the beginning.. I am comparing the following tables accounts with clientes select uses the user_id to find all customers with same users_id2 on the table clientes as…
-
1
votes1
answer1198
viewsQ: Change route (road) color from google maps
Someone can help me how you change that blue color of the road when you set a course.. I already have the style all ready just don’t know the variable that applies to that part of the map.. Obg…
-
0
votes2
answers84
viewsQ: indexof is not recognized inside the for
Hello I am trying to run this code so that it captures all the links of a page, it works all ok, the problem is that I want to find links that contain a certain word using index but is giving the…
-
1
votes0
answers156
viewsQ: Use windows text and speech converter voices in javascript and nodejs
Does anyone know how to use the text converter and speak windows in javascript or js Node? has to be windows necessarily ..
-
1
votes0
answers36
viewsQ: How to display the value of 8.0E-5 with php
Whoa, somebody knows how to convert this 8.0E-5 value for its original value?
-
0
votes0
answers286
viewsQ: How to remove htaccess redirect to public folder
The settings of my htaccess to force the SSL this way as follows: # NA PASTA RAIZ Options -Indexes <IfModule mod_rewrite.c> <br> RewriteEngine on<br> <br><br>…
-
-1
votes1
answer770
viewsQ: Do not allow change in source code
Does anyone know how not to allow changes in "values" by inspecting element ? ah a few days ago I entered a site and went to try to change the value of an input, but when I clicked ENTER to record,…
-
0
votes1
answer27
viewsQ: Bring Back between two functions - Javascript
Hello, I have the fuction list , which brings a GET url in another Function.. How do I get the return of {data.name} out of the Function list ?This form below does not return :/ function list(){…