Posts by Elvis • 59 points
3 posts
-
1
votes1
answer75
viewsQ: I need an SQL command to take all records that are equal in one field and different in another
I have a table that stores user data as email/ip/zip/city/region, records are added every time the user logs in, so if the same user logged in 2 times will be added 2 records, the idea is to check…
-
1
votes1
answer251
viewsQ: How to get file size on an external server?
People wondered if it would be possible to get the size of a file that is hosted on an external server for example: an audio on the Google server www.google.com/audio.mp3 would be like me to get the…
-
2
votes1
answer690
viewsQ: how to get javascript console request url
Guys I need to get the url of a get from the console I want to know this because I have an iframe that I need to get the url from it so that in the url there is a random variable that keeps changing…