: Hi
:
: I am planning to learn PHP but I don't
: where I should start and i don't know
: which editor is the best.
:
: somebody expert on php can share about.
:
: - what are the editors in php?
: for you, which is the best?
:
: - what are the best steps to learn PHP?
:
: thanks for any reply..
:
:
http://www.dcglobal.us
:
http://www.neuracom.com
:
I started to learn PHP 2 months ago as a module for my HND course. I found the language fairly easy because I knew C/C++ and Java. The PHP syntax is similar to C. Also you should be familiar with HTML/XHTML as these tags are embeded within PHP code.
What you need?
An editor to write PHP code. There are a lot of free editors out their, but I use jEdit. It's a free editor that can be used to write code for various languages. It provides colour coding for HTML/XHTML, Java, Javascript, PHP, Smarty etc. I prefer using this editor because the onus is on you to write correct code and not rely on auto correction built in.
The PHP Engine to translate code to HTML/XHTML. This engine will be on a Web Server that has PHP installed. You can get connected to a web hosting company that provides this support or install locally on your current system.
Get a good book on PHP. I bought PHP and MySQL Web Development by Luke Welling and Laura Thompson. This is recognized as the best book on PHP. The PHP crash course in chapter 1 will get you up to speed quickly.
Hope this helps