Using a text field to access a Database

Hello everybody…

I’m trying to incorporate a postcode search feature into a unity project i am working on.

At the moment I have a text field which will allow the user to input a postcode, I then need the script to search through a database for the x,y,z co-ordinates relating to that particular postcode and then move the camera to that location.

Can anyone suggest how I should approach this, bearing in mind my scripting is limited but if I get the general idea of the steps I need to take I can usually work it out. Also, I’m scripting in Java.

Thanks in advance.

The WWW class and a php proxy to talk to the database and pass the results of the queries back to Unity. Basicly start by creating the php/database stuff, then make unity talk to php.