Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development > iPhone SDK Development - Advanced Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 11-29-2010, 03:53 AM   #1 (permalink)
Registered Member
 
jimmy's Avatar
 
Join Date: Aug 2010
Posts: 52
jimmy is on a distinguished road
Default Passing variable in URL

NSURL *url = [[NSURL alloc] initWithString:[NSString stringWithFormat:@"http://xyz.hyperphp.com/abc.php?username=%@&password=%@",usernameField.tex t,passwordField.text]];


i get error while doing so...am i missing something?
jimmy is offline   Reply With Quote
Old 11-29-2010, 05:04 AM   #2 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 108
iphone_bharat is on a distinguished road
Default

What error u r exactly getting .. if this doesn't open the url u want to u have t oadd the following:-
Code:
NSString *string= [NSString stringWithFormat:@"http://xyz.hyperphp.com/abc.php?username=%@&password=%@",usernameField.tex t,passwordField.text];
NSString *urlstring = 	[string stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]
NSURL *url = [[NSURL alloc] initWithString:urlstring];
iphone_bharat is offline   Reply With Quote
Old 12-13-2010, 02:25 PM   #3 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 45
SoftmasterG is on a distinguished road
Default

More than likely invalid characters in the URL namely a space that's not encoded as %20.
SoftmasterG is offline   Reply With Quote
Reply

Bookmarks

Tags
passing variable, password, username, variable

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 382
17 members and 365 guests
Brandt, coolman, fredidf, Free App Monster, givensur, iAppDeveloper, jbro, Kryckter, locombiano89, Mah6447, Meoz, simplymuzik3, SLIC, stanny, stevenkik, Tomsky, WeaselPig
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,646
Threads: 94,111
Posts: 402,862
Top Poster: BrianSlick (7,990)
Welcome to our newest member, locombiano89
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 05:49 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0