I have an application that stores the user ID and code in NSUSERDEFAULTS I need to use these values in order to get UIWebView to visit url: www.mywebsite.com/check.php?id=(idhere)&code=(idhere).
I have looked at some other topics but nothing has seemed to help so far.
I'm new to this language so thanks for your patience.
Jack Brown.