Okey, heres the thing..
Lets say we have a database; TEST ,in the machine; LOCALHOST
Then in that sql database we have the table; TABLE1
in TABLE1 we have a field named; NEWVALUE and this field is of type VARCHAR and has a limit of 100 characthers,no attributes,and default NULL..

Now the problem is this..
I dont know HOW to write anything into NEWVALUE at TABLE1 in my SQLdatabase.. how do i set up my PHP script to do so..

Lets say; we need to connect and check that connection is established
we need to send user and pass..
then we need to tell which TABLE and FIELD we want to access..
then we would like to WRITE or READ or UPDATE a value there..

How do i do those basic things..??

and how do i do a thing like making a simple ADRESS BOOK:

so that i could insert NAME,LASTNAME,PHONE from my PHP script and into the SQL ad then when the page reloads, it reads the SQL database and outputs the new and all the old values...

Can anyone tell me these basics.. Im totally lost.. (i know how to make the SQL database, i know the pwd and user and DBname, and its a LOCALHOST connnection.. but reading writing deleting updating... i cant get it to work..

So please tell me something, or everything... !!

Thanks..