can someone please help me, i am crating an app using xcode 7, i am trying to connect my registration page to localhost and it keep saying unsupported url.
let url:NSURL = NSURL(string: "Localhost/project/members")!
can someone please explain the best way to connect to a data base and what fields i am suppose to place in the string above that would connect to my localhost?
i have set up on localhost (phpmyadmin)