Results 1 to 2 of 2

Thread: How To Insert Data which is generated From Qt App into MySQL Database through PHP?

  1. #1
    Join Date
    Nov 2015
    Posts
    3
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Windows Android

    Default How To Insert Data which is generated From Qt App into MySQL Database through PHP?

    Hello All,

    I Working on Qt where i need to insert data generated from Qt into the mysql database through php script. I am developing one Android Application so I have found this way only to insert data into mysql server through php?
    I look forward for yours replies I'll be very thankful if help me out of this problem.
    more than 2 weeks i am trying to this.

    Thanks!!

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How To Insert Data which is generated From Qt App into MySQL Database through PHP

    Well, Qt can obviously directly connect to a MySQL database server, but if you have to go through a web service then it is not really important whether that is done in PHP or something else.

    You will need to find out how the web service expects the data and then use QNetworkAccessManager to make the appropriate HTTP calls.

    Cheers,
    _

Similar Threads

  1. insert data to database
    By vanduongbk in forum Newbie
    Replies: 16
    Last Post: 6th August 2013, 05:33
  2. Replies: 2
    Last Post: 3rd November 2012, 18:15
  3. Replies: 2
    Last Post: 17th February 2010, 14:32
  4. MYSQL insert
    By allensr in forum Newbie
    Replies: 4
    Last Post: 14th August 2006, 16:55
  5. Replies: 7
    Last Post: 12th August 2006, 15:11

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.