You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code stores the xml data locally and when attempting to get the new page, it can't as the value of $xml is not null (as it has previously been saved from another page). A simple fix would be to store the current page as a class variable and compare the one in the method's parameters to the one stored in the class.
The text was updated successfully, but these errors were encountered:
The code stores the xml data locally and when attempting to get the new page, it can't as the value of $xml is not null (as it has previously been saved from another page). A simple fix would be to store the current page as a class variable and compare the one in the method's parameters to the one stored in the class.
The text was updated successfully, but these errors were encountered: