Android Question Trouble with Poststring

Christopher

Member
Licensed User
Longtime User
hi,

I am able to access my website with

Dim p As PhoneIntents
StartActivity(p.OpenBrowser("http://www.mysite.com/test.php"))

However I am trying to your Poststring example as follows:

Dim job As HttpJob
job.Initialize("job",Me)

job.Poststring("http://www.mysite.com/test.php","p1=php&p2=MySql")

It does not work and I get a 404 resource not found. Does the above code stand alone or must i include phoneintents and OpenBrowser ?

thanks

Chris
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…