How can I Create a CMS using php where end user doesn't have to know anything about database. Is that possible
Posted
by
cryptex_vinci
on Stack Overflow
See other posts from Stack Overflow
or by cryptex_vinci
Published on 2012-04-16T05:10:50Z
Indexed on
2012/04/16
5:29 UTC
Read the original article
Hit count: 119
In genera sense if I create a CMS using php .Where I created and named the database in my localhost. Now if I or my clent upload the CMS in any server how will it work. because there is no database in that server.
And in my php code I wrote to create database. Now how can i create a CMS which can automatically create database and tables where client doesn't have to know about anything besides uploading the CMS.
© Stack Overflow or respective owner