Hi ,Im new to php.I want to learn php5 tutorial.Which tutorial is best learn php5. Which editor is best to write php5 code.
Please explain Zend framework.
Hi ,Im new to php.I want to learn php5 tutorial.Which tutorial is best learn php5. Which editor is best to write php5 code.
Please explain Zend framework.
There are a lot of PHP5 books. As I had C/C++ background, I Started with hacking existing PHP projects. This might be a good starting point would be w3school. Once you are done with this, try making your own php based website. To learn how to setup PHP, you can follow this instruction: http://www.tanjir.net/starting-with-php-mysql-and-apache-on-windows-machine/
I will recommend you to use Eclipse's PHP editor.
Zend framework is a MVC framework for creating application. I would not worry about it at the beginning.