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 you started with php
Old 09-19-2008, 03:14 AM How you started with php
Average Talker

Posts: 20
Trades: 0
Hi,sry for this kind of noob question,i know i can search answers on google,but i want read from this forum,so my question is:
How you started learning php?
How long it was take to learn basics from php?
What is best way to learn it?ebooks?,write some code my own?,read tutorials?

Last edited by eazy24; 09-19-2008 at 06:02 AM..
eazy24 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-19-2008, 05:46 AM Re: How you started with php
ndr
ndr's Avatar
Novice Talker

Posts: 9
Trades: 0
What you need to get started with PHP (or any other language, really) depends a lot on your previous programming experience.

The downloadable manual in CHM format from php.net was all I used when first learning the language, but I already knew how to program in C and other languages.

Anyway, it does have a small tutorial introduction, so I suggest you check it out and see if it helps.
__________________

Please login or register to view this content. Registration is FREE
- help surfers find your pages after an address change!
Free and ad-free!
ndr is offline
Reply With Quote
View Public Profile
 
Old 09-19-2008, 05:59 AM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by ndr View Post
What you need to get started with PHP (or any other language, really) depends a lot on your previous programming experience.

The downloadable manual in CHM format from php.net was all I used when first learning the language, but I already knew how to program in C and other languages.

Anyway, it does have a small tutorial introduction, so I suggest you check it out and see if it helps.
tnx for answer, i will do that,anyway i will wait answers from other users here as well.
and about programming experience(i know html,but not much more)
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-19-2008, 06:30 AM Re: How you started with php
Average Talker

Posts: 25
Trades: 0
Hi

I think
www.w3schools.com
www.tizag.com
www.goodphptutorials.com/
www.tutorialized.com/
www.developertutorials.com

are great option for you to learn the PHP.
thanks
__________________

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


Please login or register to view this content. Registration is FREE
masteryooshi is offline
Reply With Quote
View Public Profile
 
Old 09-19-2008, 06:35 AM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by masteryooshi View Post
Hi

I think
www.w3schools.com
www.tizag.com
www.goodphptutorials.com/
www.tutorialized.com/
www.developertutorials.com

are great option for you to learn the PHP.
thanks
tnx
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-19-2008, 06:45 AM Re: How you started with php
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Quote:
and about programming experience(i know html,but not much more)
Then, my first tip would be to find documentation about programming in general.
What are branchs, what is a function, what are the different datatype you can work with, what exactly is an array, how can you make it grow, or shrink, what are the difference between an reference passed value or a copy passed value (this one is a little bit more advanced, but can be very handy to know)...

Those are not typical PHP questions, but very generic on the programming domain.
But if you know those basis, then it will look easier for you in any programming task you want to do (be it C#, PHP or pure C)

The PHP manual can already give you a good overview of those, and I personnaly found it very weel written.
But I've always preferred good old books, where you can mark pages, add annotations and use to knock bugs out :-)
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 09-19-2008, 06:57 AM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by tripy View Post
Then, my first tip would be to find documentation about programming in general.
What are branchs, what is a function, what are the different datatype you can work with, what exactly is an array, how can you make it grow, or shrink, what are the difference between an reference passed value or a copy passed value (this one is a little bit more advanced, but can be very handy to know)...

Those are not typical PHP questions, but very generic on the programming domain.
But if you know those basis, then it will look easier for you in any programming task you want to do (be it C#, PHP or pure C)

The PHP manual can already give you a good overview of those, and I personnaly found it very weel written.
But I've always preferred good old books, where you can mark pages, add annotations and use to knock bugs out :-)
tnx for you also,i have some ebooks: John Wiley & Sons - PHP5 and MySQL Bible;John Wiley & Sons - PHP 5 For Dummies;John Wiley & Sons - PHP and MySQL for Dummies, Second Edition; i already started reading them and follow examples on them.

Last edited by eazy24; 09-19-2008 at 07:03 AM..
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-19-2008, 09:06 AM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by nofuture View Post
use google, man
i use it every day and even more then that
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-20-2008, 03:58 PM Re: How you started with php
Average Talker

Posts: 25
Trades: 0
I'm not a master php coder of any kind. I've always learned what I've needed, when I needed it. So far I haven't stumbled across something that I can't accomplish with php and a little review of php.net

As recommended by another user: www.tizag.com is a great place to start. www.w3schools.com is another.
webhostingultra is offline
Reply With Quote
View Public Profile
 
Old 09-20-2008, 06:08 PM Re: How you started with php
Defies a Status

Posts: 1,606
Trades: 0
Quote:
Originally Posted by webhostingultra View Post
I'm not a master php coder of any kind. I've always learned what I've needed, when I needed it. So far I haven't stumbled across something that I can't accomplish with php and a little review of php.net

This is about the way it has been for me. Some great links have been provided above. I approched it with nothing but some self learned gw-basic experience.

Installing, breaking fixing and modifying scripts is one of the ways I learned the most. Always best to play on your local machine so you may want to install something like xampp.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 09-21-2008, 02:17 AM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by colbyt View Post
This is about the way it has been for me. Some great links have been provided above. I approched it with nothing but some self learned gw-basic experience.

Installing, breaking fixing and modifying scripts is one of the ways I learned the most. Always best to play on your local machine so you may want to install something like xampp.

tnx,i already have php5,mysql and phpmyadmin on my ubuntu mashine
I started reading ebooks and yes looks like www.tizag.com is really very good place to start.
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-21-2008, 06:55 AM Re: How you started with php
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
I would also suggest finding someone who knows a reasonable amount of PHP who wont get hacked off by noob questions, dont over do it but it is handy to have a friend who you can go hey how would i do this in PHP? (obviously after you have googled you head off trying to find the answer first!)

One thing you cant do with a book or anything else pre-written is ask it a question or ask for advice...

Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 09-21-2008, 02:42 PM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by dansgalaxy View Post
I would also suggest finding someone who knows a reasonable amount of PHP who wont get hacked off by noob questions, dont over do it but it is handy to have a friend who you can go hey how would i do this in PHP? (obviously after you have googled you head off trying to find the answer first!)

One thing you cant do with a book or anything else pre-written is ask it a question or ask for advice...

Dan
yeah that would be nice if i had a friend like this who knows php,but i dont have,so i must learn it with google and tutorials
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-22-2008, 12:29 AM Re: How you started with php
Junior Talker

Posts: 3
Trades: 0
Hi,

I started my carrier in PHP :-). I started with MAMBO CMS as a fresher and slowly got grip over the language.When you have a reason to learn you work hard more on that stuff.

In 3 years for PHP i have only buyed one book . rest everything i learn from active forums.To understand the basoc i use to pop my basic question and i was always lucky to find the answers of my queries which helped me grow as a good professional in PHP.

the best way to get in to this language according to me is e-tutorial,create a dummy porject set the goals to reach with your coding and you will slowly in some time find comfortable with this language.

Have a great day !!
__________________

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


Please login or register to view this content. Registration is FREE
priti is offline
Reply With Quote
View Public Profile
 
Old 09-22-2008, 01:16 AM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by priti View Post
Hi,

I started my carrier in PHP :-). I started with MAMBO CMS as a fresher and slowly got grip over the language.When you have a reason to learn you work hard more on that stuff.

In 3 years for PHP i have only buyed one book . rest everything i learn from active forums.To understand the basoc i use to pop my basic question and i was always lucky to find the answers of my queries which helped me grow as a good professional in PHP.

the best way to get in to this language according to me is e-tutorial,create a dummy porject set the goals to reach with your coding and you will slowly in some time find comfortable with this language.

Have a great day !!
Tnx,so far best tutorial i have found is http://devzone.zend.com/node/view/id/627,its really amazing how tutorial author explains things there.
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-22-2008, 08:39 AM Re: How you started with 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
Before I learned PHP, I studied Perl for a short time, but quickly found that PHP was going to be a more powerful, or at least an easier solution, so I bought a book: http://www.amazon.co.uk/Beginning-PH.../dp/1590595521 . I chose this book because it has good details about the Object Oriented structure of PHP5, which some books apparently do not cover.

However, I totally agree with the sentiment that it is wise to have a basic understanding of programming in general before you may really dive into something like this. When I was young, I learned programming by doing BASIC on old PCs and Apple computers. I also messed around with FORTRAN, and then learned Pascal. When I started studying PHP, it was not hard because I already had a foundation of understanding to build on. Even though I had not programmed for several years, I found that the basic idea had never left me, and although it took me some time to work up to an advanced level, the experience I had when I was younger helped me greatly.

There are basic ideas that are in all programming languages, FOR, WHILE, IF, etc, that you must understand. You need to understand the concept of operators, and return values. These are very, very, very basic concepts that are sometimes difficult to put together for absolute beginners. If you are good with mathematics it should not be difficult for you, however.

Here is a book about general programming that has been recommended to me: http://www.amazon.com/Pragmatic-Prog.../dp/020161622X

I believe books are good to start out with, because if you only study on your own from resources online, there is no telling what you may miss. Books are easier on the eyes to read, and there is a tendency to approach the material in the order it is presented. Once you have read a book about the subject, it will be easier to reference things online.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 09-22-2008, 09:35 AM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by wayfarer07 View Post
Before I learned PHP, I studied Perl for a short time, but quickly found that PHP was going to be a more powerful, or at least an easier solution, so I bought a book: http://www.amazon.co.uk/Beginning-PH.../dp/1590595521 . I chose this book because it has good details about the Object Oriented structure of PHP5, which some books apparently do not cover.

However, I totally agree with the sentiment that it is wise to have a basic understanding of programming in general before you may really dive into something like this. When I was young, I learned programming by doing BASIC on old PCs and Apple computers. I also messed around with FORTRAN, and then learned Pascal. When I started studying PHP, it was not hard because I already had a foundation of understanding to build on. Even though I had not programmed for several years, I found that the basic idea had never left me, and although it took me some time to work up to an advanced level, the experience I had when I was younger helped me greatly.

There are basic ideas that are in all programming languages, FOR, WHILE, IF, etc, that you must understand. You need to understand the concept of operators, and return values. These are very, very, very basic concepts that are sometimes difficult to put together for absolute beginners. If you are good with mathematics it should not be difficult for you, however.

Here is a book about general programming that has been recommended to me: http://www.amazon.com/Pragmatic-Prog.../dp/020161622X

I believe books are good to start out with, because if you only study on your own from resources online, there is no telling what you may miss. Books are easier on the eyes to read, and there is a tendency to approach the material in the order it is presented. Once you have read a book about the subject, it will be easier to reference things online.

ok i am gonna buy these ebooks,because i really want to learn it,tnx for your answer
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-23-2008, 12:42 AM Re: How you started with php
Mattmaul1992's Avatar
Ultra Talker

Posts: 486
Name: Matt
Trades: -1
I just wanted to recommend getting actual books. E-books can get erased, you can't take them with you wherever you go and it's really, really a ***** to keep opening/closing windows when you're programming an example in the book. Read SAMS PHP in 5 hours. It honestly takes a lot more than 5 hours, but you will learn the language quickly, in a straightforward way that won't confuse you, and you will learn the basics you need to know so you can go off and learn advanced PHP on your own (it's easy when you know the basics). Just go to the library. It's free :P.
__________________
PHP Code:
$talkupation++; 

Please login or register to view this content. Registration is FREE
- Free IPB forum hosting (releasing today!!!), no ads, free modifications
Mattmaul1992 is offline
Reply With Quote
View Public Profile
 
Old 09-23-2008, 01:26 AM Re: How you started with php
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by Mattmaul1992 View Post
Just go to the library. It's free :P.
yes tnx,i didnt think about that
eazy24 is offline
Reply With Quote
View Public Profile
 
Old 09-23-2008, 12:07 PM Re: How you started with php
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Ah that brings me back heh, I wanted to impress/**** a Geekette so I got a book from Amazon and learned the basics. Then I talked to other coders, looked at other peoples code and with the helps of php.net I was ok at php.
__________________
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!
 
Reply     « Reply to How you started with 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.58491 seconds with 12 queries