We need the following tools for creating and writing a server program.
picture : http://www.daniweb.com/web-development/php/threads/189551/mysql-and-apache |
1. PhP
This is quite simple and if you know the basics of programming languages, writing programs/ scripts in php is not a problem.
2. Apache server
As I mentioned in the earlier blog, it is widely used server and occupies almost 65 % market share.
3. MySQL
MySQL is the world's most used open source relational database management systems. There are many advantages of using MySQL and PHP together
Benefits of MySQL:
Very low licensing cost
Low hardware consumption
Execute anything from data houses holding terabytes of data
Ultra-fast loading
Table and Index partitioning
Master/Slave replication with high speed reconfiguration utility
Multi-version Transaction support
Highly robust
Efficient query engine
Secure encryption decryption functions
Open source freedom
Benefits of PHP:
Easy to use
Simplified task handling in heavy traffic sites
Open source
Secure
Low cost
Being open source new functionality have been added consistently
Simple coding style
Ref : http://www.techie-gurus.com/software-development-support-30/benefits-mysql-php-3313/
No comments:
Post a Comment