So if I take the variables to be passed from a database they won't be visible to the user ?
What if I had a remote database on the same server as the .php page, what would the code look like to retrieve name and address details from the database's tables and insert them in to the HTML form.
Maybe something like this
<input type="text" name="phoneNumber" value="<?=$_GET[(WHAT GOES HERE)]?>">
Should it be something like ...
databaseName.query1(ID = 10433), in order to find the users details in the database ?
As I said im a real beginner in this...
Chris