How can I make a dynamic web page in PHP?

How do I make a "register" page in php connect to a remote server?

  • I want to make a register page for a pserver, but the sql database and web page are on different servers. The web page is on an actual web host (host = iPower), and the sql database is on my desktop downstairs. How do I make a register page that asks for desired account name, desired password, and your e-mail, then connects to the database (which happens to be in a totally different state), checks if the account name already exists, and if not, creates a new record for the user?

  • Answer:

    It doesn't matter were the web page is as the user is visiting that server any way so all you need is the address of the server with the DB on it. If you want a registration script I have one written in PHP please note however I will need some form of contact to send it to you as it is long because it contains validation to prevent hacking. You need the remote servers IP address. The DB's name and table names. Or the tables you wish to use. you will also need to know the DB's user name and password. If any. Message me for any help if you need it.

Dan at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.