Skip to content
Troy Davisson edited this page Mar 5, 2016 · 2 revisions

Note: This page documents capabilities available in the older 1.x version. Please see this repository's README file for the new 2.x version documentation.

GetLoginURL

GetLoginURL ( )

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

Parameters

None

Return Value

String

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

Usage Examples
<?php
$new_url = $rets->GetLoginURL();
file_put_contents("login_url.txt", $new_url);
Related To

Connect, LastRequestURL