Posts by Taisson Martins • 29 points
4 posts
-
0
votes3
answers634
viewsA: How to read key and value from a json string?
More like to know if there is any way to do this via the explode command? For only the part of the token;
-
-1
votes3
answers634
viewsQ: How to read key and value from a json string?
I looked at some scripts and found nothing like it... Could I just get the part:…
-
2
votes2
answers160
viewsQ: Use IP or LOCATION the user is (or closest to) to send a query
I have the following code: function getpage($url, $postdata=''){ $c = curl_init(); <br> curl_setopt($c, CURLOPT_URL, $url); curl_setopt($c, CURLOPT_SSL_VERIFYPEER,false); curl_setopt($c,…
-
1
votes0
answers44
viewsQ: Allow certain ID logged in only
My site saves in the database the user ID, then when logged in, gets the ID. I wanted to get some kind of code to do the following task: When user logged in with ID "x" on the site and is going…