PHP is really an easy language. PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. You can start learning about PHP at W3schools
PHP 5 Tutorial
PHP is use to create websites and web applications, it is used at server side. It is very easy to write PHP code you can write PHP code between <?php(starting tag) and ?>(end tag) tag. For executing your PHP code you need a PHP parser(php server setup). You can use WAMP(for windows),LAMP(for linux) or XAMP (for both). You can use any good code editor to write PHP code. Small example is mentioned below:
<?php
echo "Hello friends";
?>
PHP is a server scripting language used to make web pages interactive. PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module. For more information http://www.india-designers.net/
Php is today the most widely used language/platform for development of web based applications and websites. At the same time it is the easiest to learn and use. There are lots of free tutorial websites out there that can be followed to learn php without much effort. Along with these tools having the right approach can speed up the learning curve.
So here are few ideas that I found to be very helpful in my learning days.
Build an application
After learning the basic language constructs start making something on your own. Projects are the real environment to learn all aspects of the language from all angles.
Start using an mvc framework
Once you are able to make a workable application by bunching together scripts, mvc frameworks are the next important thing to learn. Stands for model view controller, and it is a "style" of coding that is now default-ly used in web applications.
Read the documentation
Php.net is the php documentation website and contains a lot of literature to read at free time. The comments specially contain useful advice and code snippets.
Watch other applications and learn
Php is used to code almost any kind of web application like blog, ecommerce platform, cms, forum, image gallery etc. Take your time to study other popular applications and see what they do an how. This gives you a better feel of how applications look and what features they have.
Go to irc
Whether it be about programming or fixing my computer hardware, irc is the first place I throw a question at. IRC is the place where experts can be found on any topic. The room for php is #php.
Hope this way help you Too!
Regards
Ethan Root
Techtiq Solutions
PHP is a server scripting language used to make web pages interactive with the server. Its open source language, easy to use and undersatand. PHP code write with the HTML. For PHP coding or programming you can use XAMP or WAMP server. You can easily find Professional PHP Developers .
2,199 views
Usually answered in minutes!
×