Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 06-27-2003, 02:58 AM   #1 (permalink)
Nitro
Registered User
 
Nitro's Avatar
 
Join Date: Jun 2003
Location: London, England
Posts: 29
Nitro is on a distinguished road
Send a message via AIM to Nitro
I need to learn PHP

I've been trying to learn PHP for a while now. I started trying to learn php about a year ago, and since then have been learning off and on, however have never really got into it. I get confused, and then stop learning. This time I am really gonna go for it, and try to learn PHP, in order to make an online RPG, which I am told is quite advanced programming. I am familiar with the basics of PHP. I found this forum on vBulletin.com, and when I saw it had over 700 members, I registered straight away. I'm sure there are lots of people, even professional programmers here who will be able to help me learn PHP, and know all the best secrets about PHP, and the best ways to learn it, and everything else.

I was wondering whether there was anyone who could help me learn PHP, or let me know about the best ways to learn.

Thanks,
Nitro is offline   Reply With Quote
Old 06-27-2003, 06:49 AM   #2 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
www.php.net
__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 06-27-2003, 07:44 AM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
i agree wtih admin .. php.net is an endless resource .. the function search is specifically what i'm referring too.

other than that, just start writting code, .. maybe buy a book to follow along .. read tutorials, and ask questions. ask lots of questions.

when you ask a question here, be sure to include an example of some code you are working on... or be as specific as possible with your questions.

i've been coding php for few a while now and i am still learning new things about it nearly every day.

have fun =)
__________________
Mike
sde is offline   Reply With Quote
Old 06-27-2003, 10:15 AM   #4 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 127
Epsilon is on a distinguished road
I prefer books for learning. I've been coding Perl for years, totally self-taught from 4 or 5 books I bought.

I just started getting into PHP a few months ago, and I'm learning from "PHP 4 Bible" written by Tim Converse. So far I think it's been a great book for a PHP beginner. There may be better or newer ones, too, this is the only one I've bought so far.

PHP.net documentation is, of course, the ultimate PHP resource, but it's structured more as a reference than a learning guide. I'd say start with a good book, get a firm understanding of all the basics, then use the PHP docs to learn stuff that's not in your book.
__________________
--Epsilon--
Epsilon is offline   Reply With Quote
Old 06-27-2003, 10:47 AM   #5 (permalink)
Nitro
Registered User
 
Nitro's Avatar
 
Join Date: Jun 2003
Location: London, England
Posts: 29
Nitro is on a distinguished road
Send a message via AIM to Nitro
PHP Bible

Does it have a function referance, like the one on PHP.net?
Nitro is offline   Reply With Quote
Old 06-27-2003, 12:25 PM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
i learned a lot in the beginning from a php book by WROX called 'beginning php' .. a good function reference is a book called 'core php' .. or 'php cookbook'

then for more advanced php programming, another book by WROX called 'professional php'

i like books too =)
__________________
Mike
sde is offline   Reply With Quote
Old 06-27-2003, 12:54 PM   #7 (permalink)
Nitro
Registered User
 
Nitro's Avatar
 
Join Date: Jun 2003
Location: London, England
Posts: 29
Nitro is on a distinguished road
Send a message via AIM to Nitro
Idealy, I prefer books, because reading text from a screen for ages give me a head ache, however I find that the info on the net isnt as good as whats in the books. At the moment I am reading a book called 'PHP for the world wide web', by Larry Ullman. It's a visual quickstart guide.
Nitro is offline   Reply With Quote
Old 06-27-2003, 12:54 PM   #8 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
php pocket reference is pretty decent
__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 06-27-2003, 03:08 PM   #9 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 127
Epsilon is on a distinguished road
Re: PHP Bible

Quote:
Originally posted by Nitro
Does it have a function referance, like the one on PHP.net?
It has handy function references and summaries at the end of each chapter, but it's certainly not as complete as the official PHP docs. You can't cover the entire language in only 650 pages.

However, the PHP Bible book (and others too, I would imagine) should be far easier for a beginner to start learning from. For one thing, a well written book is organized to teach basic concepts first, then basic commands, and gradually move through subject areas in a logical learning order.

But by far the largest section of the PHP docs is the function reference, which just categorizes all functions into groups, lists the groups alphabetically, then each group has a list of functions, also alphabetical. This is perfect for use as reference material, but it's not at all friendly to a beginner trying to learn.

That's why I say use both, but start with the book.
__________________
--Epsilon--
Epsilon is offline   Reply With Quote
Old 06-28-2003, 11:24 AM   #10 (permalink)
MiLady Mirlyn
lady gamer
 
MiLady Mirlyn's Avatar
 
Join Date: May 2002
Location: Right behind you...
Posts: 92
MiLady Mirlyn is on a distinguished road
Re: I need to learn PHP

Quote:
Originally posted by Nitro
I've been trying to learn PHP for a while now. I started trying to learn php about a year ago, and since then have been learning off and on, however have never really got into it. I get confused, and then stop learning. This time I am really gonna go for it, and try to learn PHP, in order to make an online RPG, which I am told is quite advanced programming. I am familiar with the basics of PHP. I found this forum on vBulletin.com, and when I saw it had over 700 members, I registered straight away. I'm sure there are lots of people, even professional programmers here who will be able to help me learn PHP, and know all the best secrets about PHP, and the best ways to learn it, and everything else.

I was wondering whether there was anyone who could help me learn PHP, or let me know about the best ways to learn.

Thanks,
Sounds to me like you're right where I am in learning PHP... I've been trying for quite a while and I have yet to "finish" a book! But I'm really working on it right now... Maybe we could learn together? I also want to learn game creation... I'd love to make a game like Drakan, Morrowind, or Counterstrike!

Let me know if you're interested...

Right now I'm reading PHP fast & easy web development by Julie C Meloni. So far, it's pretty easy to understand and is easy to read with lots of visuals. And it comes with a cd.
__________________
Gun control is being able to hit your target!

MiLady Mirlyn is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Comes of Age sde Code Newbie News 0 04-14-2004 11:41 AM
new to php jhoop2002 PHP 12 08-06-2003 02:45 PM
PHP as CGI?? bdl PHP 8 05-08-2003 08:29 AM
PHP Command-Line Arguments? Antagony PHP 3 05-02-2003 12:26 PM


All times are GMT -8. The time now is 04:57 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting