how to enter information into database through phpmyadmin?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
mike08
Forum Commoner
Posts: 57
Joined: Mon Apr 19, 2004 3:18 am

how to enter information into database through phpmyadmin?

Post by mike08 »

ive got my database fields
e.g.

pollid
datestamp
question
option1
option2
votes1
votes2

how do i actually put information into these fields through phpmyadmin because that's what im using ive entered in all the database field information.
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

Post by liljester »

select your database from the dropdown on the left side, then select the table you want (again from the left side), then click on the "Insert" tab, its a tab at the top of the page.
Post Reply