![]() |
|
Creating a phpMyAdmin Table in CodeIgniter - Printable Version +- My Board (https://ellohost.com/forum) +-- Forum: Tutoriel EN (https://ellohost.com/forum/forumdisplay.php?fid=8) +--- Forum: Others (https://ellohost.com/forum/forumdisplay.php?fid=20) +--- Thread: Creating a phpMyAdmin Table in CodeIgniter (/showthread.php?tid=76) |
Creating a phpMyAdmin Table in CodeIgniter - aaron - 07-20-2023 Creating a phpMyAdmin Table in CodeIgniterThis section will cover the steps to create a table with phpMyAdmin via hPanel. This table is essential because it will form the basis of our application.
![]() CREATE TABLE agencies ( It will look like this: ![]() This query will automatically create a database filled with the data that we will be able to use later. |