You're currently assigning a value rather than checking (which will always be true).
Change it to: while ($Reccuring == true);
You're currently assigning a value rather than checking (which will always be true).
Change it to: while ($Reccuring == true);