PHP - Static Updatable Page

Dup

Dup

Soldato
Joined
10 Mar 2006
Posts
11,417
Location
East Lancs
OK, I haven't coded anything yet, and im big PHP/SQL n00b.

Anyway, what I wish to achieve is have a form that updates some static information on a page.

How I wish to do this have an admin page with a form which pulls in any previously saved information back into the form.

The main issue at the moment is the database and what would be the primary key.

Can anyone offer any insight?
 
I think the best adice would be to read some basic php mysql tutorials on the internet, thats how I started. There are some really straight forward ones, which walk you through setting up the DB and setting up an admin section, to maintain and edit data.

I will see if I can throw some links your way.

The Primary ID is unique and is generally an autonumber
 
Back
Top Bottom