How do I make an online translator ?
How do I make an online translator, like Google Translate or Babelfish ? Would I need MySQL and PHP ?
tnofic – I didn’t say I wanted to USE one, I wanted to MAKE one. Stop spamming just to get the points.
You just need a means to read user input and then a database or txt file with the dictionaries to search for the words they wrote. You can do it with MySQL and PHP but there are other ways … javascript could probably do it
You wont’ find a tutorial here though, good luck!