Web Services Tutorial 4

Translation Web ServiceIn this tutorial I start building a common request being a Translation Web Service. This will allow you to translate into up to 44 different languages. I also cover how to use UTF-8 encoding with MySQL and PHP.

In this video I set up the database and create all of the functions we will eventually use with our web service. You can download the 6000 + word language files here. All of the code follows the video.

If you like videos like this, it helps if you tell Google Plus with a click here [googleplusone]

Videos Mentioned in this Tutorial

PHP Video Tutorial
MySQL Video Tutorial
MySQL & PHP Tutorial
Web Services Video Tutorial
Web Services Video Tutorial 2
Web Services Video Tutorial 3

Code From the Video

get_translation.php Main PHP File Plus the MySQL Code

mysqli_connect_language.php

my.cnf

4 thoughts on “Web Services Tutorial 4”

  1. I have sent you an email one or two days ago; please dismisses it. I solved it. Now I have a different question though. If I have to have an option of selecting a language from and a language to. Do I have to change the whole program? Could you give hints on how to? Thank you.

    1. Sorry if I didn’t respond to the email. I get thousands of them every day and they are hard to get through. As per your question I’m using a basic one for one look up here. So you could search for non-english words in a table and then match to other languages in the same way.

Leave a Reply

Your email address will not be published. Required fields are marked *