Search:

Home | Programming | Php


Learning PHP

By: Deceth

If you plan on doing any serious web development, you will inevitably have to use some form of server-side scripting. PHP (Hypertext Preprocessor) is one of the options available. ASP.NET and JSP are two other widely used server-side scripting languages.

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. - www.php.net


If you are just getting started with web development, you may be interested in setting up a content management system. A content management system is a piece of software that you install on your web server which you can then log into to make updates easily to your website. For a full website management system I would recommend the following systems:


Both of the above systems are available for free and are written in PHP. If you really want to learn PHP, I suggest installing either of the above systems and then customizing them to meet the needs of your website. After you've successfully modified some of the code, try creating your own modules. If that seems a little too over-whelming, you may prefer getting started with this introductory tutorial.

Another good place to start if you don't need a large system like PHP-Nuke or Joomla is with either of the following two systems:



phpBB is forum system and Wordpress is a blogging system. Again, both are written in PHP, so customizing and editing them is a great way to learn PHP.

In order to use either Joomla, PHP-Nuke, phpBB or Wordpress, you will also need access to a MySQL database. Most web hosting companies will have MySQL databases available for you. You can also download and install PHP & MySQL on your computer for free to test locally.

Here are some more great tutorials which will help you get started:

Article Source: http://www.writerdatabase.com

www.webdevnotes.com/learning-php/

Please Rate this Article

 

Not yet Rated

Click the XML Icon Above to Receive PHP Articles Via RSS!

Powered by Article Dashboard