473,395 Members | 1,460 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

basic PHP questions

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?

Apr 24 '07 #1
13 1466

"DavidNorep" <av*************@gmail.comwrote in message
news:11*********************@s33g2000prh.googlegro ups.com...
>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?

I would recommend http://www.w3schools.com/php/php_intro.asp as a starting
point for PHP. They don't dive in too deep with the tutorials and your own
programming inquisitiveness should help develop further.

Not sure of an IDE, but know that there's a ton of them out there and it's
probably a matter of personal preference ... I work in Visual Studio 6,
which has no interface for PHP at all, so in effect it's a glorified text
editor.

Not being familiar with Java, I am hardly qualified to comment on
differences and pros/cons. Have a read of
http://news.zdnet.com/2100-9593_22-5903187.html which is "PHP succeeding
where Java isn't"

Sean

Apr 24 '07 #2
DavidNorep 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?
Can't comment on the Java vs PHP question. As far as editors/IDEs go, on
windows I used to work most with PHPEdit, for which personal licenses
for non-commercial programming can be obtained free of charge
(www.waterproof.fr), since I moved entirely to linux, Quanta++ is my
personal favourite.
Zend has a commercial platform independent IDE (Java-based), popular by
many, hated by others.
For people with adequate programming skills, a quick tour of the
w3schools tutorial should suffice, use the extensive online PHP manual
for examples, snippets and explanations of PHP's building blocks. The
user comments often add valuable extra info.

GL

Sh.
Apr 24 '07 #3
Message-ID: <46*********************@news.xs4all.nlfrom Schraalhans
Keukenmeester contained the following:
>Can't comment on the Java vs PHP question. As far as editors/IDEs go, on
windows I used to work most with PHPEdit, for which personal licenses
for non-commercial programming can be obtained free of charge
(www.waterproof.fr), since I moved entirely to linux, Quanta++ is my
personal favourite.
Anyone know any good editors for a Mac? I'm considering kicking this
'doze box out of the door.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Apr 24 '07 #4

"Geoff Berrow" <bl******@ckdog.co.ukwrote in message
news:24********************************@4ax.com...
| Message-ID: <46*********************@news.xs4all.nlfrom Schraalhans
| Keukenmeester contained the following:
|
| >Can't comment on the Java vs PHP question. As far as editors/IDEs go, on
| >windows I used to work most with PHPEdit, for which personal licenses
| >for non-commercial programming can be obtained free of charge
| >(www.waterproof.fr), since I moved entirely to linux, Quanta++ is my
| >personal favourite.
|
| Anyone know any good editors for a Mac? I'm considering kicking this
| 'doze box out of the door.

no.

what's your 'doze doing to you?
Apr 24 '07 #5
Geoff Berrow wrote:
Anyone know any good editors for a Mac?
TextWrangler is free and very good. Bare Bones Software (who make it) also
sell a more advanced version, BBEdit, though I've not had the urge to
upgrade. (That's the problem with making such a good "lite" version!)

--
Toby A Inkster BSc (Hons) ARCS
http://tobyinkster.co.uk/
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux

* = I'm getting there!
Apr 24 '07 #6
Geoff Berrow wrote:
Message-ID: <46*********************@news.xs4all.nlfrom Schraalhans
Keukenmeester contained the following:
[snap]
Anyone know any good editors for a Mac? I'm considering kicking this
'doze box out of the door.
Save the environment, don't hesitate! Kick it! One bug-ridden winmachine
less!

Sh.
Apr 25 '07 #7
Rik
Schraalhans Keukenmeester wrote:
Geoff Berrow wrote:
>Message-ID: <46*********************@news.xs4all.nlfrom Schraalhans
Keukenmeester contained the following:
[snap]
Anyone know any good editors for a Mac? I'm considering kicking this
'doze box out of the door.

Save the environment, don't hesitate! Kick it! One bug-ridden winmachine
less!
Allthough leaving M$ is not a bad thing, switching to Mac isn't really
that much of an upgrade.....

--
Rik Wasmus

Estimated date being able to walk again: 01-05-2007.
Less then a week, hurray!
Apr 25 '07 #8
Message-ID: <f0**********@news4.zwoll1.ov.home.nlfrom Rik contained
the following:
>>Anyone know any good editors for a Mac? I'm considering kicking this
'doze box out of the door.

Save the environment, don't hesitate! Kick it! One bug-ridden winmachine
less!

Allthough leaving M$ is not a bad thing, switching to Mac isn't really
that much of an upgrade.....
But they are soooooo sexy...

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Apr 25 '07 #9
On Apr 24, 4:04 am, DavidNorep <avdavid.nore...@gmail.comwrote:
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)

Apr 25 '07 #10
Rik
Ahmer wrote:
On Apr 24, 4:04 am, DavidNorep <avdavid.nore...@gmail.comwrote:
>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.
Being build with Java, the suckiness is pretty much inherent... I've
been forced to use it for some freelance detac work lately. Let's just
say I'm not amused.

(Doh! THe OP is a Java programmer... Nothing personal, just my personal
perspective on Java :P).
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)
Yup, allthough I use UltraEdit (payware), it's basically just a text
editor, and everything else can be done with 'normal' software.
Allthough syntax highlighting an the ability to map keys to usefull
tools (for instance 'php -l <name_of_file>', saves a lot of time
reloading browserwindows again and again) cannot be underestimated.

--
Rik Wasmus

Estimated date being able to walk again: 01-05-2007.
Less then a week, hurray!
Apr 25 '07 #11
Rik wrote:
Allthough leaving M$ is not a bad thing, switching to Mac isn't really
that much of an upgrade.....
It most certainly is... a clean, polished OS, with UNIX underneath.

--
Toby A Inkster BSc (Hons) ARCS
http://tobyinkster.co.uk/
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux

* = I'm getting there!
Apr 25 '07 #12
On Apr 24, 6:04 pm, DavidNorep <avdavid.nore...@gmail.comwrote:
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?
IMHO the PHP SDK Documentation in extended CHM help format
is a nice to have:

http://www.zeusedit.com/forum/viewtopic.php?t=9

Cheers Jussi

May 10 '07 #13
On Apr 24, 1:04 pm, DavidNorep <avdavid.nore...@gmail.comwrote:
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?


We can't compare JAVA VS PHP. If you know JSP it is most like it where
tags and functions will change. There are lot of tutorials available
in Internet and when it comes to IDE it is personal interest. ZEND is
good but commersial and PHPEDIT is also good. When you r designing go
for Dreamweaver.

May 10 '07 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: AK | last post by:
I don't want any part of the previous discussion on Visual Basic versus Visual Basic.Net. My query is about using Visual Basic for Applications; and whether it is better to use Visual Basic 6 or...
8
by: Orange Free | last post by:
I want to create a program that will ask a user a series of questions and then generate a Microsoft Word document whose content is dictated by the answers. I am not a professional programmer, and...
7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
2
by: Steven O. | last post by:
First, this may not be the correct newsgroup. I have some relatively basic questions on SQL. I tried to find a newsgroup that was specifically just about SQL, and was surprised to find that all...
4
by: Ramesh | last post by:
hi, Let me ask some basic questions. Can anybody explain me about the following questions: 1. When we have to create sn key? Whenever we compiled Component we have to create or it is a one time...
3
by: Jim H | last post by:
If there is a site someone can point me to that answers such basic questions, rather than taking up support's time posting answers, please let me know. I've developed C# .NET, unmanaged C++, and...
2
by: Fay Yocum | last post by:
BEWARE beginner questions!! I have some experience in Access but never as much as I want or need. I have decided to get in on VB.Net. I would only rate myself in Access as a...
0
by: software2006 | last post by:
ASP And Visual Basic Interview questions and answers I have listed over 100 ASP and Visual Basic interview questions and answers in my website...
4
by: Goran Djuranovic | last post by:
Hi all, I am experiencing a strange thing happening with a "designer.vb" page. Controls I manually declare in this page are automatically deleted after I drop another control on a ".aspx" page. -...
2
by: LayneMitch via WebmasterKB.com | last post by:
Hello. This is a basic quiz. Only about 3 questions. I'm having issue with the answer key which stays on a certain value regardless of acknowledging that you have the correct answer for the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.