Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1374 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

Best way to learn PHP fast

Thread title: Best way to learn PHP fast
Closed Thread  
Page 1 of 3 1 2 3 >
    Thread tools Search this thread Display Modes  
04-25-2008, 02:21 AM
#1
natekasco.com is offline natekasco.com
Status: I'm new around here
Join date: Apr 2008
Location: Ohio
Expertise:
Software:
 
Posts: 24
iTrader: 0 / 0%
 

natekasco.com is on a distinguished road

Send a message via AIM to natekasco.com Send a message via MSN to natekasco.com Send a message via Yahoo to natekasco.com

  Old  Best way to learn PHP fast

Alright, I am looking to learn PHP, obviously i know you get better with experience, but I am looking to make like for example a user based system with MySQL and stuff.

So what is the best way to learn PHP pretty fast and what languages do you need to already know.

04-25-2008, 02:26 AM
#2
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

There is no way to learn a language fast and well, moreso there is no way to guarantee one can even learn it fast. Everyone learns programming at their own pace, learning it badly will be a cancer to you for a very long time.

I learned the basics of PHP from a book called PHP 5 in Easy Steps. I learned most of the rest on my own though individual resources and playing around.

You really dont need to know any other languages, C++ will help; but its by no means necessary (C++ is much harder than php).

04-25-2008, 03:33 AM
#3
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

/me agrees to Village Idiot.

There's no fast way. You can only learn the basics quickly which wouldn't really help you code your very-professional-web-application unless you really start practicing.

Here is the link I recommend to every beginner who needs to start learning PHP: http://www.tizag.com/phpT/

04-25-2008, 06:59 PM
#4
solarisedesign is offline solarisedesign
Status: Junior Member
Join date: Apr 2008
Location: Edinburgh
Expertise:
Software:
 
Posts: 49
iTrader: 1 / 100%
 

solarisedesign is on a distinguished road

Send a message via MSN to solarisedesign

  Old

I would say the same - it's best just to take your time with things like that, otherwise you'll end up cutting corners, miss out important programming methodologies, things like that. You'll get there in the end, and when you do, you'll reap the benefits. I started with C++ myself quite a while back, then progressed onto PHP about 4 years ago.

Even now I'm still picking up little bits and pieces as the language grows

04-25-2008, 08:06 PM
#5
bgolat is offline bgolat
Status: I love this place
Join date: Mar 2005
Location:
Expertise:
Software:
 
Posts: 714
iTrader: 0 / 0%
 

bgolat is on a distinguished road

Send a message via ICQ to bgolat Send a message via AIM to bgolat Send a message via Yahoo to bgolat

  Old

read and type fast should help you learn it fast. :]

04-25-2008, 08:16 PM
#6
solarisedesign is offline solarisedesign
Status: Junior Member
Join date: Apr 2008
Location: Edinburgh
Expertise:
Software:
 
Posts: 49
iTrader: 1 / 100%
 

solarisedesign is on a distinguished road

Send a message via MSN to solarisedesign

  Old

Nothing beats experience though, and that just comes from trial and error, experimentation. Just mess around and see what happens.

Think up a problem, and try and code an answer to it - like "How can I write a PHP program to tell me how many lines of text are in each file in a directory?"

04-26-2008, 05:00 AM
#7
natekasco.com is offline natekasco.com
Status: I'm new around here
Join date: Apr 2008
Location: Ohio
Expertise:
Software:
 
Posts: 24
iTrader: 0 / 0%
 

natekasco.com is on a distinguished road

Send a message via AIM to natekasco.com Send a message via MSN to natekasco.com Send a message via Yahoo to natekasco.com

  Old

yeah, i was planning on gettin a "mentor" or something. most likely i will just pick up a book from somewhere. i realize that experience is the best though because then you know exactly what you want and the power is in your and your hands only to make it.

thanks everyone!

04-30-2008, 09:53 AM
#8
Dregond Rahl is offline Dregond Rahl
Status: Junior Member
Join date: Apr 2008
Location:
Expertise:
Software:
 
Posts: 79
iTrader: 3 / 100%
 

Dregond Rahl is on a distinguished road

  Old

A book and just practicing some applications is the best way to learn. Start with something simple, like a guest-book code, then work your way to a blog code.

05-05-2008, 03:43 PM
#9
gluc0se is offline gluc0se
Status: Member
Join date: Aug 2005
Location: New York
Expertise:
Software:
 
Posts: 105
iTrader: 0 / 0%
 

gluc0se is on a distinguished road

Send a message via AIM to gluc0se Send a message via MSN to gluc0se

  Old

I found that basically all the resources I need to learn any language are now on the internet for free. Books, at least for learning the basics and intermediate skills for a programming are not completely necessary (though I'd bet there are still some that prefer using books).

I agree with Solarise that it's about experimentation, but I don't believe that the experiment has to be as esoteric as writing a script that counts file directory lines. What do you actually want to do? Just give it a shot. The first thing I ever created in PHP was blog software. I had no clue what I was doing, but I figured it out because I wanted it bad enough. I had no intention of selling or sharing it (there was no way I was ready for that), but I just wanted to build myself something useful.

I recommend that as the fastest way to learn a programming language.

05-16-2008, 09:58 AM
#10
rightinpoint is offline rightinpoint
Status: I'm new around here
Join date: May 2008
Location:
Expertise:
Software:
 
Posts: 18
iTrader: 0 / 0%
 

rightinpoint is on a distinguished road

  Old

Well. there are basically 2 options.
1. You are experienced developer in Perl/.NET/Delphi/whatever etc. In such case you will need to find somebody, who will teach you php and after a week you will produce pretty nice scripts.
2. You do not have programming skills. In such case you will need to learn programming first, it could take few years

PS. I know a lot of the php developers, who actually do not have simple programming skills - their scripts is horrible. Also I know few programmers, who have experience in other languages, but very small php experience - they do pretty nice scripts.

Closed Thread  
Page 1 of 3 1 2 3 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed