Ok, i understand π
Well the idea is to create a website with an administrator area.
From that admin area the user should be able to update/change the text on the page...
As you maybe can see in the code i posted earlier its a input field and a text area. which are for the mainpage the title and text under that title...
So the supplied code wil not create new records, ONLY update that one excisting record...
I thought of a fairly simple db structure.
A table for the admin login
table for each page...
and some random info that can be used accross the site...so in this case there is like 8 or 9 tables i think... im adding more along with the code i finish...
Hope this clearafies a bit π
I understand the WHERE command specifies the records location?
So for some tables its not nessecary i think... just 2 rows (title and text)