>> I want to update my database on remote server in the way >> i can read data from database on localhost and transfare it to >> remote database.I have done that in this way but i didnt get any >> result.could any one tell me haw i can do it? Unless you have done something "special", you can usually only read and write to a database on the same server as the PHP page which is doing the reading and writing, for security reasons. The normal way to transfer the data is to create a .sql file, and use that. -- Pete Clark Sunny Andalucia http://hotcosta.com/Andalucia.Spain