GetLoginURL

From PHRETS


Syntax

GetLoginURL ( )

Returns the full Login URL. This should be saved and used as the Login URL during your next connection


Parameters

None


Return Values

String
Full login URL you should use the next time you connect. This allows the provider to move the RETS server


Examples

$new_url = $rets->GetLoginURL();
file_put_contents("login_url.txt", $new_url);


Related to

Views
Personal tools