Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Which database is suitable for developing Web-based MIS using php for university?
Posted

1 solution

When talking PHP, MySQL is probably the best way to go. Not because it's better for a MIS than any other relational DBMS but because it has become the "standard" DBMS for use with PHP so you will find an abundance of documentation on how to accomplish something with PHP+MySQL.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900