Questions tagged [geturl]

geturl can refer to a specific function in a library, API or framework. Examples of geturl methods is found in cURL, Google Places and PowerBuilder. geturl can also refer to the concept of programmatically retrieving an url (or part of a url) from a string a other resource.

can refer to a specific function in a library, API or framework. Examples of methods is found in , and .

can also refer to the concept of programmatically retrieving an url (or part of a url) from a string a other resource.

143 questions
0
votes
1 answer

set coordinates if exist google maps

I want to take cordinates from the URL and send them to a google map, in order to set the map center in that coordinates. I set a condition. If coordinates has not value it works, but if it has not the map doesn´t set center. This is my…
user592376
  • 21
  • 4
0
votes
1 answer

Generic function to get an URL asynchronously in JavaScript without using third party libraries such as jQuery?

Possible Duplicate: Small Ajax JavaScript library I'm programming a library that needs a function to load URLs asynchronously. I'd need the precise same functionality of $.get, except I don't want to have jQuery as a dependency of my library for…
MaiaVictor
  • 51,090
  • 44
  • 144
  • 286
0
votes
1 answer

Pass parameter to another page to generate listview from Json

Hello I'm using this js to pass the url parameter and it's working just fine, but my problem is that when I define the path to the JSON file I don't want to use the id of the item...I want to use another Id. For example: I have the following item: …
Walter
  • 13
  • 1
  • 3
-1
votes
1 answer

Retrieve relative urls from a text

I have a string of HTML with both absolute and relative URLs and I'm trying to retrieve only the relative URLs. I tried using the get-urls package but this only retrieves absolute URLs. An example of the string of html…
-1
votes
1 answer

How get data from multiple url in php?

I want to get information from this link index.php?site=server?id=1 when I try to reach id=1 my system crashed.
ptR
  • 1
  • 1
-1
votes
3 answers

How do i fix this PHP CODE

It says theres an error I'm trying to make it grab between playlist.m3u8?wmsAuthSign= and " on what ever page I put after mylink.com/file.php?f=whatever then the whatever would then be placed after the www.linkhere.com/ in the GETURL code so it…
WEB X
  • 21
  • 8
-2
votes
1 answer

Attempt to invoke virtual method 'java.lang.String at.huber.youtubeExtractor.YtFile.getUrl()' on a null object reference

In the first install application in my physic device. I am able to download some videos to storage but when I do the same with some more videos it cannot. Then Android Studio IDE announce to me error in line init String downloadURL like title of…
LDev
  • 13
  • 3
-2
votes
1 answer

Download an .xlsx file using GetUrl()

I am trying to download a .xlsx file using the RCurl library and GetUrl() function. But i get the error embedded nul in string: 'PK\003\004\024\0\006\0\b\0\0\0!\0ª÷X¤z\001\0\0\024\006\0\0\023\0\b\002[Content_Types].xml…
1 2 3
9
10