CodeIgniter - Form: Preparing Table at DatabaseTag: CodeIgniter, framework, database, phpmyadmin Category: PHP Framework post: 25 Feb 2008 read: 2,239
CodeIgniter Form Step By Step Tutorial - Part 11: After create form for input data, now, we will prepare table at database. We use configuration that we ever create at this post. For this practice, we will create a table named "books" at codeigniter database.
- Open your phpmyadmin by point your browser to http://localhost/phpmyadmin.
- Enter username and password (if any).
- Choose CodeIgniter database.
- Enter name of new table and number of fields.

- Click Go button.
- Enter fields like this:

- Don't forget to add auto increment and primary key like this:

- Last, click Save button.
|
|
| Give Your Opinion | Recommend
|