Hi, I have a Word Press blog with My SQL database. In future I plan to make my own PHP based portal. Can I shift My SQL database from WP to PHP? Regards HZ
PHP is the programming language used to connect to the MySQL database server. Wordpress is written in PHP. Your question really does not make sense. If you are asking if you can use the same database for your new portal as your WP blog, then yes, I am sure you can, you just need to make sure you know what you are doing with your portal, so that you do not mess up the WP installation.
As PHP programmer,we know that MySQL is a place of all data (we called database). If we has a MySQL database surely we can input/output data base on available tables and fields. The problem is on Wordpress the data were queried in some manner that not easy to replicated if we building a new php based site, but if you learn it it would be ok.
Hi, Thanks for the replies. From your replies, it seems possible that same MySQL database can be used with Word Press and New PHP portal. Regards HZ