Re: [PHP] step by step learning

2005-04-27 Thread Jochem Maas
Paul Kain wrote:
Hi there
are there any sites online that show one how to learn php in a step by
step fashion?
I am really lost and would need to start at the very beginning
I already know and understand html
maybe start here:
http://php.net/tut.php
also google for tutorials, there are plenty out there.
and when you get stuck - just mail this list! as long as
you can show that you have/are making an effort to research
your problems (and you ask concise,clear questions)
you'll find _plenty_ of people willing to help.
sidenote
it pays to know who this guy (same goes for other
developers of php) is: http://lerdorf.com/bio.php.
so that...
a, you know to read anything he posts to this list
(which must to my continual amazement he continues to
do occasionally, much respect for that!) - I always learn
something from his posts, chances are you will too, although
sometimes it may go over you head :-)
b, you know not to argue with him offhand if he does post :-)
/sidenote
 also don't be afraid to try stuff out, to go out of
your depth... cos thats the best way to learn!
lastly - welcome to php-land :-) have fun!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] step by step learning

2005-04-26 Thread Paul Kain
Hi there

are there any sites online that show one how to learn php in a step by
step fashion?

I am really lost and would need to start at the very beginning

I already know and understand html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] step by step learning

2005-04-26 Thread Petar Nedyalkov
On Tuesday 26 April 2005 16:16, Paul Kain wrote:
 Hi there

 are there any sites online that show one how to learn php in a step by
 step fashion?

 I am really lost and would need to start at the very beginning

Get a book, there are thousands LAMP (Linux, Apache, MySQL, PHP) oriented 
books on the market.


 I already know and understand html

-- 

Cyberly yours,
Petar Nedyalkov
Devoted Orbitel Fan :-)

PGP ID: 7AE45436
PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc
PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436


pgpKimLdelkny.pgp
Description: PGP signature


RE: [PHP] step by step learning

2005-04-26 Thread Mike
 Hi there
 
 are there any sites online that show one how to learn php in 
 a step by step fashion?
 
 I am really lost and would need to start at the very beginning
 
 I already know and understand html
 
 --

I'm not sure of any sites, but there's plenty of books. 

I started with the SAMs Teach Yourself PHP4 book (which may be dated now,
who knows) and then switched to a more robust book after getting the
language basics (I think the SAMs series are great for getting a cursory
look at a language if you're completely fresh).

PHP certainly has a TON of books available though - poke around Amazon or a
local bookstore.

-M

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] step by step learning

2005-04-26 Thread Joseph Connolly
hey paul,
  php is not like html. HTML is a markup language and PHP is a 
scripting languange. Once you get through installing PHP, it is not like 
HTML where you start with the basic tags and learn them one by one. PHP 
has functions and you need to know which funcitons you need for the 
right job. I would recommend phpfreaks.com. That is where I started and 
probably a beginners book or a reference book. If you do not have any 
programming experience, you are best off getting a beginners guide which 
will explain concepts along with the code. PHP is easy to use, but not 
quite as easy as HTML and CSS.
   PHP also has an online manual with examples which is on par with no 
other manual that I have found (with the exceptionn of maybe MySQL). So 
looking up functions online on their site is also a good starting place.

jzf
Paul Kain wrote:
Hi there
are there any sites online that show one how to learn php in a step by
step fashion?
I am really lost and would need to start at the very beginning
I already know and understand html
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] step by step learning

2005-04-26 Thread Jay Blanchard
[snip]
I'm not sure of any sites, but there's plenty of books. 

I started with the SAMs Teach Yourself PHP4 book (which may be dated
now,
who knows) and then switched to a more robust book after getting the
language basics (I think the SAMs series are great for getting a cursory
look at a language if you're completely fresh).

PHP certainly has a TON of books available though - poke around Amazon
or a
local bookstore.
[/snip]

There is a free book here
http://www.free-itebooks.com/php-mysql-free-itebooks/ I am unsure of the
quality, but hey...it's free!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] step by step learning

2005-04-26 Thread [EMAIL PROTECTED]
try webmonkey.com
my first tutorial was this
http://webmonkey.wired.com/webmonkey/programming/php/tutorials/tutorial4.html
little bit out of date (1999), but it's good one. maybe will be helpful 
for you.
:)

-afan
Paul Kain wrote:
Hi there
are there any sites online that show one how to learn php in a step by
step fashion?
I am really lost and would need to start at the very beginning
I already know and understand html
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php