Hello, I am using php 5.5 encryption for my mysql database and I am trying to send the password the user enters to the php script and see if it matches the hash in the database. I am not sure of the best way to do this. I was looking at using QNetworkAccessManager but how would I send what the user writes to the php script on the web? Any other suggestions or comments would be greatly appreciated. Thanks.