12-12-2009 12:49 AM
hi,
im very very new here... i have a new project that i have to integrate in BB web apps.
here's my goal for now. if it's work then a lot of stuffs next to it. lol
let say i have a current page that i want to show: http://www.mysite.com/blackbery_page.php?id=12345
and on that page, just a simple script with database mysql query that returns few records populated from the id given in the address.
is it possible? how can i achieved that?
just studied today the simple web widget tutorials and works fine.
any help really appreciated.
thanks,
noister
Solved! Go to Solution.
12-12-2009 08:18 AM
Hi noister,
Is your question around how to write a PHP web page that would retrieve mysql data in a server side web page? or is it how to bring that web page into your BlackBerry Widget?
Cheers,
12-13-2009 08:41 PM
thanks for reply neil, yes i want to bring that page to blackberry widget.
noister
12-14-2009 07:58 AM - edited 12-14-2009 07:58 AM
You will want to make sure you list your domain "http://www.mysite.com" in the widget's white list <access> element. The Developers guide should step you through how to do this.
Then you can simply browse to that URL in your widget to bring it in.
12-14-2009 10:45 AM
thaks for that neil,
can you give me a link of sample on how to do that? had tried to searched but have not found it yet.
thanks,
noister
12-15-2009 09:18 AM
thanks neil i got it working...