Posts by вiеl 비엘 • 13 points
6 posts
-
-4
votes1
answer54
viewsQ: Return records from 00 am to date
I’m trying to get the recorded votes of 00:00 so far and my code shows that there is no. $query = mysqli_query($mysqli, "SELECT * FROM votos_1 WHERE DATE(date) = DATE(NOW())");…
-
1
votes0
answers1810
viewsQ: CORS error with Ionic/Angular application and PHP API
Access to Xmlhttprequest at 'https://exemplodedominio.com/app-api/api/login-register.php' from origin 'http://localhost:8100' has been blocked by CORS policy: Response to preflight request doesn’t…
-
-4
votes1
answer40
viewsQ: How to make the variable come out
I’m not managing to bring the variable out of the then. anggota: any; ida: number; ionViewWillEnter(){ this.storage.get('session_storage').then((res)=>{ this.anggota = res; this.username =…
-
0
votes1
answer91
viewsQ: ngFor duplicating values when changing and returning page
I made an api that generates only one value, already in the application that uses Ionic and Angular. When entering the Main page the unique value appears there, but when I go to a secondary page and…
-
-1
votes1
answer319
viewsQ: Only test ads work on Admob
I tried to add Admob to Ionic 4 with several web tutorials, but none are solving the error where only test ads are appearing when I put TRUE to isTesting. When I place FALSE and add the ad ID, it…
-
0
votes0
answers50
viewsQ: Text system of the website
I am making a website that will support several languages, but what makes it more difficult is the method of translation of each word/phrase of the site. In case I was thinking of making a system…