answersLogoWhite

0

To learn PHP it is best to read a few tutorials and then start trying out the things you read about.

For instance, make a program that does some calculations and then prints the result on the screen.

A good tutorial to start with can be found on: http://w3schools.com/php/default.asp or http://www.geekatude.com/PHP or http://php.net or http://www.phpmysqlbrain.com

You can install the things in your local system , and then by referring the above websites try to write codes and see the results.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the lessons should the reader leran from animal farm?

Proper grammar.


What has the author Margareta Ekarv written?

Margareta Ekarv has written: 'Leran'


Why do sting ray likes water?

sting rays are fish and have gills. leran about fish


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


Is php a binary file?

No, PHP is text file with .php extension.


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


What is new in PHP?

PHP is a recursive acronym for "PHP: Hypertext Preprocessor" created by The PHP Group. PHP is a widely used server-side scripting language and the general purpose of PHP is to create dynamic Web Pages. For more information, visit the PHP website.


Where can PHP help be found online?

PHP help can be found online in several different places. Some of these places include PHP Live Support, PHP Moot, PHP Help, Live Person, and PHP Freaks.


How do you get the url in a php website?

Copy the URL with the .php, The .php is part of the page.


How do you write a php algorithm?

Well if you know php then you can write your own algorithm php syntax is <?php //open php tag $num = 1; $num2 = 2; $total = $num + $num2; echo $total; ?> //close php tag