phpeveryday.com

The best tutorial of php, php framework, php strategies, object oriented oriented,


phpMyAdmin: Creating Table in phpMyAdmin

Tag: phpmyadmin, database, mysql, table   Category: Mysql, PHP Application, PHP Basic
post: 16 Jan 2008 read: 674


phpMyAdmin Step By Step Tutorial: After create database use phpMyAdmin, in this post, we will create table in that database. We make table named "city" that have 2 fields: id (int 11 with auto increment) and name (varchar 150).

  1. Point your browser to open phpMyAdmin.
  2. Enter username and password.
  3. Click OK button.

    open phpmyadmin

  4. Select a database named "phpmyadmin".
  5. Enter name of table and number of fields.
  6. Click Go button.

    create table

  7. Enter field id.
  8. Make as primary key with auto increment.
  9. Enter field name.
  10. click Save button.

    create field

table created



Series this article:
phpMyAdmin: Creating Database Use phpMyAdmin
phpMyAdmin: Creating Table in phpMyAdmin
phpMyAdmin: Inserting Data Use phpMyAdmin

| Give Your Opinion | Recommend
Share and Bookmark to: These icons link to social bookmarking sites where readers can share and discover new web pages.
digg del.icio.us technorati Ma.gnolia BlinkList

Recommended articles by other readers:
Web Services: How PHP Kiss VB.NET? (Part 1)
Chart: How to Build Cool Animation Real Time Chart
Joomla: Fast Road to Understand Component Programming
Email: Send Attachement Mail
mod_rewrite - Part 1: create your "fantasy" URL

What do You Think?
Your Name *:
Email *:
(Will not be published)
Website/URL:
Your Comment *:
* Required


615
posting