Posts Tagged ‘zend’
PHP Tutorial: Using Eclipse+PDT as a PHP IDE (Part 2 of 2)
PHPDeveloperBlog.com presents: (Part 2 of 2) How to install and use Eclipse–a free, open source platform–as a professional Integrated Development Environment (IDE) for developing PHP applications. Code coloring, intellisense, debugging, and everything else programmers expect in an IDE are available in a PHP IDE for free!
High quality, full length versions of this video can be found on our website: PHPDeveloperBlog.com
Duration : 0:8:51
PHP Tutorial: Using Eclipse+PDT as a PHP IDE (Part 1 of 2)
PHPDeveloperBlog.com presents: How to install and use Eclipse–a free, open source platform–as a professional Integrated Development Environment (IDE) for developing PHP applications. Code coloring, intellisense, debugging, and everything else programmers expect in an IDE are available in a PHP IDE for free!
High quality, full length versions of this video can be found on our website: PHPDeveloperBlog.com
Duration : 0:8:49
PHP Tutorial: Installation and The Basics
To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)
1. Download and Install XAMPP from here:
http://www.apachefriends.org/en/xampp.html
2. on windows go to C:\xampp
it should have a folder called htdocs. If you put a file called foo.html
into the htdocs folder you should be able to access it by going to
http://localhost/foo.html or /foo.php.
There’s also something called WAMP
http://www.wampserver.com/en/
There’s a lot of php tutorials out there just search google
http://www.google.com/search?hl=enr&q=php%20tutorial
Request tutorials here
http://youtube.jimmyr.com/
More PHP TUtorials here
http://killerphp.com/
Some people have recommended other editors
http://www.scintilla.org/SciTE.html
http://www.pspad.com/
http://en.wikipedia.org/wiki/Comparison_of_text_editors
http://www.context.cx/
%%programming
Duration : 0:10:53