Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetVariableFromUrl
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
GetVariableFromUrl
  Get the value of a variable from a URL
 
Library wh::internet/http.whlib
 
Syntax PUBLIC STRING FUNCTION GetVariableFromUrl (STRING url,STRING varname)
 
Description This function searches for the requested variable in a URL
and returns its value, while taking care of proper URL
decoding.
 
Parameters
url URL to search
varname Name of the variable to find
 
Returns The requested variable's value, or an empty string if the
variable could not be found
 
 
In library 'http'
AddVariableToUrl
CloseHTTPServer
DecodeHTTPAuthenticationHeader
DeleteVariableFromUrl
EncodeDigestAuthorizationHeader
FormatHttpDateTime
FormatISO8601DateTime
GetHTTPPage
GetHTTPPageHeaders
GetVariableFromUrl
IsAbsoluteUrl
IsValidPlainHTTPURL
MakeRelativeLinkFromURL
OpenHTTPServer
OpenHTTPServerOnSocket
OpenSecureHTTPServer
PostHTTPPage
PostHTTPPageMultipart
ReplaceVariableInUrl
ResolveToAbsoluteURL
SendHTTPRequest
SetHTTPAuthentication
 
Top To top of page