About php language, its code and creating a calculator, where to search

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I am interested about PHP language; I want to know how to use it its code and coding system.

Is it very complicated?

If not then please help me and if possible give an example by making a simple thing in PHP, like Calculator, currency converter etc.

On the other hand where to search for further assistance?

SHARE
Answered By 5 points N/A #149339

About php language, its code and creating a calculator, where to search

qa-featured

Hello,

If you have a big wish to learn PHP is not too complicate. First you can download CodeIgniter from https://ellislab.com/codeigniter It’s a PHP web application framework. Then go in CI User Guide click on Table of Contents and see tutorials from begging. They will teach you everything about PHP, just go step by step with tutorials. There are also installation instruction.

If you follow this tutorials you will be able to learn a lot of PHP coding for one month or two. You may also download Sublime Text Editor for using with CodeIgniter.

It’s great text editor for code. If you want to work with databases, you may download XAMPP. Xampp for Windows contains Apache, MySQL, PHP, phpMyAdmin etc.  After you get all of this, you can start working with PHP.

Regards,

Williamson Mellisa

 

Related Questions