Posted by ΅ on 10/05/06 17:37
I've made a database with phpmyadmin.
Now I want to add text to the fields i"ve made.
Can i do this trough phpmyadmin or how can i do this?
I've got these fields.
id int(11) No Null auto_increment
titel varchar(50) No Null
bericht text No Null
datum varchar(16) No Null
Can I add text to these fields from phpmyadmin?
Or do i have to use php to fill it?
Could someone please help me make a php page that can fill this
database?
My aim is not to use this, but to learn how i can do it myself.
I'm a newbie to mysql and php but willing to learn...
Thanks
[Back to original message]
|