QT Development of Symbian Mobile Application
-
Hi,
I am very new to the QT environment. I want to create an application that sends the parameters on a webserver over a php link. In response i get some data that i want to display in a text box.
So my main focus is to call a url in which i can send variables and read the response and display it in a text box.. Can anyone please help
Regards
-
So where exactly are you facing the problem. If you are looking for some examples you can check "this":http://www.forum.nokia.com/dp?uri=http://sw.nokia.com/id/147847b2-81ca-4bf0-81cf-8ff5f7a32e68/Qt_QFriendFeed_Example_v1_0_en.zip one @ Forum Nokia.
-
Thanks for your quick response...
I dont know how to call the url.. I have seen QUrl function but not able to use it. I have also found 1 or 2 examples regarding this but they are not passing variables to php server. Please specify the example on this forum. It will highly appreciated.
Regards
-
Have you checked the above mentioned QFriendFeed example application. It demonstrates using the RESTful API and SAX parser to retrieve, post, and parse XML data. It also shows how a cross-platform UI can be tailored using CSS style sheets.
-
Also "this":http://wiki.forum.nokia.com/index.php/CS001431_-_Creating_an_HTTP_network_request_in_Qt wiki article may also help you get started.
-
Ok i have checked the above mentioned example.. Not executed it yet.. Actually it is xml and feed reading. In xml or feed we can not sent variables to server and xml can not return results after querying the database. It will be same each and every time. but in PHP we can send variables, we can make php query the database and return the result according to sent variables. What I want to do is the PHP thing... Any help or code??. Thanks
Regards