-
Notifications
You must be signed in to change notification settings - Fork 237
GetLoginURL
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 ( )
Returns the full Login URL. This should be saved and used as the Login URL during your next connection
None
String
Full login URL you should use the next time you connect. This allows the provider to move the RETS server
<?php
$new_url = $rets->GetLoginURL();
file_put_contents("login_url.txt", $new_url);