|
Posted by Ahmer on 04/25/07 20:26
On Apr 24, 4:04 am, DavidNorep <avdavid.nore...@gmail.com> wrote:
> I am a Java programmer who do not know anything about PHP and consider
> to study it.Can you please tell me where to start? I visited zend.com
> and php.net. What I'd like to know is:
> Which online tutorial is considered very good?
> Which free IDE is good (Eclipse?)?
> An article that describes where PHP is more useful than Java?
as far as the IDE goes, there is a plugin for Eclipse that will allow
it to have a PHP perspective. In my opinion, this plugin pretty much
sucks.
I use jEdit and run the .php files in firefox. Baasically, all you
need for php is a text editor, a web server installed, php enabled in
the web server, and a browser. (try XAMPP)
[Back to original message]
|