Posts by André Luiz Mardonis • 125 points
15 posts
-
-2
votes0
answers40
viewsQ: Problem with Count() in the Laravel
I need to show the number of records belonging to a registered mobile number. in the log table have the columns NUMBER and MESSAGES need to show the user the amount of messages that the registered…
-
1
votes0
answers68
viewsQ: Doubt Socket.io Push Notification
Hello, I have an application made with Node.js and socket.io that sends a push notification when the.html client page is open. my question is: How to send and receive notification even if the.html…
-
0
votes1
answer801
viewsQ: Push notification with Socket.io
I made a small application with Node + socket.io to send notification. adding the code below on the client page, the notification is displayed in the div "messagebox". <script…
-
0
votes1
answer55
viewsQ: Doubt fwrite writing in the file
Talk guys, I have a problem writing to a file using fwrite, I can create the file normally but at the time of writing I get the following error: Parse error: syntax error, unexpected ''…
-
0
votes1
answer37
viewsQ: Problem with MDBBOOSTRAP
Well, I’m using the hrefs below and everything fucnionava perfectly until yesterday 07/02/2018, today for tomorrow when I opened the site and clicked on a logo to open the templates just doesn’t…
-
2
votes2
answers6673
viewsQ: Receive data from a url (m3u) using php
I have the following doubt: I have this URL: http://Infinity.quor8.com:8000/get.php?username=wesleybr&password=mxViBCIK05&type=m3u_plus&output=ts When accessing it by the browser is made…
-
0
votes0
answers35
viewsQ: Replace word in txt using php
I have the following line in the txt file #EXTINF:-1 tvg-id="Globorj.br" tvg-name="GLOBO RJ HD" tvg-logo="https://2.bp.blogspot.com/- this line repeats over and over again. i need to open the txt…
-
0
votes0
answers796
viewsQ: How to upload m3u file content to a list in php
The idea is to have a field input where the user places the m3u and by pressing the button the list of channels that is in that file m3u is shown below in a table. Fields that count in this file m3u…
-
0
votes2
answers3226
viewsA: Get PHP Array Value
The final resolution for what I wanted was like this: $string_antiga = $array[10][0]; preg_match_all("/\"[^\"]*\"/",$string_antiga,$x); echo '<pre>'; print_r($x); echo $x[0][2]; thanks to…
-
2
votes2
answers3226
viewsQ: Get PHP Array Value
Array ( [0] => [1] => Array ( [0] => #EXTM3U ) [2] => Array ( [0] => #EXTINF:-1 tvg-id="" tvg-name="BBB 18 -Aquecimento"…
-
0
votes1
answer543
viewsQ: Show data from json
I need to recover the POINTS and RODADA_ATUAL data The json link is --> https://api.cartolafc.globo.com/time/slug/semtitulos That’s the name of the team I want to pull the dice on: semtitulos…
-
0
votes1
answer749
viewsQ: json php + javascript
I need the following: I got what was typed in the input with the code below and I go to the url: http://bonusdogeronimo.com.br/rtv/indez.php <script> $(document).ready(function(){…
-
1
votes0
answers19
viewsQ: Web Notification
Well, I searched for days on the web and couldn’t find a full tutorial or video lesson on how to do it :/ hope you stackoverflow here help me kkkk. Well I need to create one of these notification…
-
2
votes1
answer298
viewsQ: Read Json in PHP?
I have the following code in my PHP: <?php $url = "https://api.cartolafc.globo.com/mercado/destaques"; $response = file_get_contents($url); $jogadores = json_decode($response,true); It should…
-
3
votes1
answer120
viewsQ: How do you put Admob ads on Genexus?
I’m trying to put ads on my app made and Genexus using Admob, followed the tutorial, but ads do not appear in the app. Someone has already done this?…