Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
How did you learn php?
Old 06-01-2008, 02:20 PM How did you learn php?
scutari's Avatar
Skilled Talker

Posts: 95
Name: Indrit
Trades: 0
Well this may seem a silly question but let me give some explanation.

I have read and tried to learn php by using free sites such as w3schools or tizag. when I say I have read i mean I read almost all of their pages, even mysql, sql or advanced php.

But still cannot use it for creating scripts. I cannot even validate a form( I mean I can, but not from none, need to consult a tutorial before).

My idea is to give a kind of strategy or work method for learning php.
__________________

Please login or register to view this content. Registration is FREE
scutari is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-01-2008, 03:05 PM Re: How did you learn php?
Tulork's Avatar
Experienced Talker

Posts: 38
Location: Sweden
Trades: 0
I used the same method for loosing weight as I did for learning PHP years ago.... Hard work, dicipline and no cheating.
__________________
Hurray for me (not)
Tulork is offline
Reply With Quote
View Public Profile
 
Old 06-01-2008, 04:00 PM Re: How did you learn php?
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Quote:
Originally Posted by Tulork View Post
I used the same method for loosing weight as I did for learning PHP years ago.... Hard work, dicipline and no cheating.
That method works well

I decided on PHP after some research and being told it was generally quite easy and effective. So I got a book on it and made a few applications.
I'm currently working on becoming a qualified PHP guy (meaning if I go into a job interview I have a piece of paper saying I can code to a good level aswell as a portfolio).

So I basically learnt the basics (Took me about 2-4 weeks), then if I need to know about something (Or be reminded of) I just google it :-)
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 06-01-2008, 05:00 PM Re: How did you learn php?
goheadtry's Avatar
Webmaster Talker

Posts: 730
Name: John
Location: United States of America, California
Trades: 0
I still am, but more advanced. a book called
Beginning PHP and MySQL: From Novice to Professional
__________________
Free $1 gift card when you signup at
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

goheadtry is offline
Reply With Quote
View Public Profile Visit goheadtry's homepage!
 
Old 06-01-2008, 05:22 PM Re: How did you learn php?
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
I learned from Trial & Error mainly, got my start on w3schools. Google is your friend if you can't figure how to do something, and we're your friend if you have a question. If you want to look up a function though, http://php.net/search.php that is your best friend and uncle.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 06-02-2008, 12:03 PM Re: How did you learn php?
scutari's Avatar
Skilled Talker

Posts: 95
Name: Indrit
Trades: 0
Quote:
Originally Posted by Tulork View Post
I used the same method for loosing weight as I did for learning PHP years ago.... Hard work, dicipline and no cheating.
Yes you are right, I own the three of :Hard work, discipline and I am fair player but though cannot write any code

Just kidding


I started watching some good videos on killerphp.com and you know i realized that watching and listening is much better than rading(like a college lesson)

So today I wrote a news submition php code like at digg.com. I still didn't learn to validate it but i cannot figure out how to save it. Shoould i use MYSQL for this?

give a look, it is just experimental:

scutari.freevar.com/pr.php

Last question:if I install php on my computer do i need Internet to make experiments?
__________________

Please login or register to view this content. Registration is FREE

Last edited by scutari; 06-02-2008 at 12:04 PM..
scutari is offline
Reply With Quote
View Public Profile
 
Old 06-02-2008, 12:32 PM Re: How did you learn php?
Novice Talker

Posts: 8
Trades: 0
but how to establish discipline?
__________________
With every moment passing by, you're missing the chance to join the free
Please login or register to view this content. Registration is FREE
starting this August. Many people will have unfair advantage over you soon, so every moment is a bad moment for you in internet business these days :)
ConiX is offline
Reply With Quote
View Public Profile
 
Old 06-02-2008, 02:56 PM Re: How did you learn php?
Extreme Talker

Posts: 177
Trades: 0
w3schools.com
google.com

I tought myself php in about a week, and was tackling difficult problems the following week. A friend of mine took a course on php + mysql and he said I'm more knowledgeable then what the course taught him.

So all you need is 2 websites....no, wrong...3 websites.

w3schools.com
google.com
webmaster-talk.com

kbfirebreather is offline
Reply With Quote
View Public Profile
 
Old 06-02-2008, 02:56 PM Re: How did you learn php?
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
Practice, consult docs, debug, practice, consult docs, debug.
The php documentation http://www.php.net/docs.php
When something works, save it in a folder for future use.

There are some okay books out there to give pointers but don't answer all the questions you have working through their scripts and examples.
joder is offline
Reply With Quote
View Public Profile
 
Old 06-02-2008, 03:04 PM Re: How did you learn php?
VirtuosiMedia's Avatar
Web Design Made Simple

Posts: 1,228
Trades: 0
I got a book from the library and worked through all of it, start to finish. That gave me a base and I used the web to add to it.
VirtuosiMedia is offline
Reply With Quote
View Public Profile Visit VirtuosiMedia's homepage!
 
Old 06-02-2008, 04:15 PM Re: How did you learn php?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
While it does help to have prior programming experience, all that is really required is effort, an excellent memory, and the ability to grasp programming paradigms.

Oh, I might add that the ability to look up answers if you don't know something is very helpful also. I usually use http://php.net

Quote:
I still am, but more advanced. a book called
Beginning PHP and MySQL: From Novice to Professional
I have that book too! It is excellent.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.

Last edited by wayfarer07; 06-02-2008 at 04:20 PM..
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 06-02-2008, 05:01 PM Re: How did you learn php?
xtrafile's Avatar
100% G33K

Posts: 186
Trades: 0
I started out by picking up HTML/CSS, which was really the most basic "coding" you could say.

From there I had some knowledge of uploading, etc...

Then I went on to read from websites that had tutorials and articles on PHP/MySQL.

I also know a couple PHP coders who were able to guide me along the way.

And with the newer PHP versions coming out, I'm still learning new PHP every day!
__________________
FasterUpload.com Image Hosting
$website = "www.fasterupload.com";
xtrafile is offline
Reply With Quote
View Public Profile Visit xtrafile's homepage!
 
Old 06-03-2008, 08:42 AM Re: How did you learn php?
Banned

Posts: 32
Trades: 0
The question is not how did you learn php, the question is if you will ever make money with php, most unlikely...
Elenis is offline
Reply With Quote
View Public Profile
 
Old 06-03-2008, 09:16 AM Re: How did you learn php?
Tulork's Avatar
Experienced Talker

Posts: 38
Location: Sweden
Trades: 0
If you wanna make money you better learn the .NET framework. Far better oppertunities.
__________________
Hurray for me (not)
Tulork is offline
Reply With Quote
View Public Profile
 
Old 06-03-2008, 11:41 AM Re: How did you learn php?
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
The question is, do you enjoy doing it?
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 06-03-2008, 01:08 PM Re: How did you learn php?
Average Talker

Posts: 26
Name: Andy
Trades: -1
I never got to grips with sites like the ones you mentioned, the articles all seem to be written too quickly and with poor attention to their basic English - let alone the PHP.

I first saw a primer on PHP in a PC magazine years ago (I forget which) but it basically taught you how to use variables to echo a query string (<? echo $QUERY_STRING; ?> ).

From there I just found existing PHP scripts that did what I wanted to get done and spent a while reading the code, finding what I needed to edit and trying to fix them once I had broken them.

Try looking on hotscripts.com at existing simple PHP scripts and see how you can edit them to your needs.
Pash is offline
Reply With Quote
View Public Profile
 
Old 06-03-2008, 01:34 PM Re: How did you learn php?
xtrafile's Avatar
100% G33K

Posts: 186
Trades: 0
It's important that you know more than basic PHP or earning from it won't be much. .NET is a good thing to pick up, and there are other languages that go with PHP that work together to make yourself more widespread in terms of how much you can do with the code.

Also knowing different frameworks and templating systems helps when coming to coding...
__________________
FasterUpload.com Image Hosting
$website = "www.fasterupload.com";
xtrafile is offline
Reply With Quote
View Public Profile Visit xtrafile's homepage!
 
Old 06-03-2008, 04:37 PM Re: How did you learn php?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Quote:
The question is not how did you learn php, the question is if you will ever make money with php, most unlikely...
I sort of disagree and sort of agree. It isn't difficult to make a living as a web-developer if you have the skills. PHP is an excellent tool to have in your arsenal. Part of the reason I am able to make a living is that I know PHP, although it is also because I know standards-compliant tableless layout, Javascript, and Jquery, together with PHP, that I am really bankable.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 06-05-2008, 03:55 PM Re: How did you learn php?
TextAdMarket's Avatar
Novice Talker

Posts: 11
Name: Ben
Location: Midwest - United States
Trades: 0
Taught myself, w3schools was a big help.
__________________
TextAdMarket -
Please login or register to view this content. Registration is FREE

Supply & Demand Advertising
TextAdMarket is offline
Reply With Quote
View Public Profile Visit TextAdMarket's homepage!
 
Old 06-05-2008, 04:46 PM Re: How did you learn php?
Experienced Talker

Posts: 30
Name: Tim
Location: Tennessee
Trades: 0
The best way I have found to understand and learn PHP was to find small coding examples that I could download and run on my testing server. Then I read through each line of code and did searches until I understood what each command was and how it functioned. I then spent time experimenting with the code to see if I could add or change the functionality.

It is a lot of work but I personally learn best from a hands on approach.
__________________
-----------------------------------------------

Please login or register to view this content. Registration is FREE
WebHostAdvisor is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How did you learn php?

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.54502 seconds with 12 queries