Posts by Augusto Junior • 79 points
9 posts
-
1
votes0
answers33
viewsQ: Concatenate large strings
I’m having a hard time with my back imagem when pulling data in Mysql large volume and a single line has string very large that is column imagem (Registration has around 6,000-10,000 per shipment).…
phpasked Augusto Junior 79 -
1
votes2
answers999
viewsQ: Locate id within json array[]
Good night! I’m having a problem locating array by square bracket case. I’m trying to get the data from "Stats". But its only reference is "accountId" or "summonerName". To get the reference of…
-
0
votes2
answers1017
viewsA: Pull data in JSON
I managed to make callback work. But I did a function called Champion() where you will just add id, locate the name and return the value. But this condition return obj[prop].name; is bringing…
-
0
votes2
answers1017
viewsQ: Pull data in JSON
I have a question about JSON. I need to pull the information inside the array. However it does not have the reference that would be the name of Champion that is within the date that I need to…
-
1
votes1
answer264
viewsQ: About URL with token
Good night! Just take a doubt. I am developing an android application and will receive information in json, but when login, it would be more or less like this http://exemplo.com/auth/login/senha if…
-
0
votes2
answers218
viewsA: Group tags separated by PHP comma
For whoever wants the code. $query = mysqli_query($con, "SELECT tag FROM posts WHERE tag NOT IN ('')"); while($row = mysqli_fetch_array($query)){ $explode = explode(',',$row['tag']); $count =…
-
0
votes2
answers218
viewsQ: Group tags separated by PHP comma
Good morning! Next I have a doubt, and I’m not able to reach conclusion. I’m creating a field called tag where it serves to search for posts related to tag. In the bank it is completed as follows;…
-
1
votes1
answer608
viewsQ: About tag for Mysql database
Good morning! Guys! To with database more than 25 thousand records. I’m reformulating the database because it’s very disorganized so I’m building a script to do everything automatic because do 1 by…
-
1
votes1
answer438
viewsQ: App webview Session or cookie
Hey, you guys! I’m creating an app (hybrid) for android, from HTML5, CSS and JAVASCRIPT, like Webview. I will use API through PHP using MYSQL, exchanging information with JSON. My question is this,…