You are on page 1of 1

How to study PHP? 1.Start with windows OS.

Maybe after one year you can change the working platform to Linux.Its easy. 2.Install PHP,MySQL,Apache separately and configure it properly.(Avoid xampp, wamp first). 3.Get a clear understanding of Apache,virtual hosting,httpd.conf,httpd-vhost.conf,my.ini, php.ini. 4.Start with simple PHP web pages. eg ( change the title of the HTML page using php <title><?php echo $title; ?></title>. 5.Understand the basic php programing principals. 6.Use MySQL.Learn to retrieve ,delete and add records. 7.Put everything together.PHP,HTML,CSS,MYSQL. 8.Start to learn OOP and use it to build the applications with PHP. 9.Learn international coding standards and use it. Learn programing principals. Properly designing database schema. 10.Learn to use frameworks,MVC,design patterns and you are good to go :)

You might also like