Warrior Forum - The #1 Digital Marketing Forum & Marketplace

Warrior Forum - The #1 Digital Marketing Forum & Marketplace (https://www.warriorforum.com/)
-   Programming (https://www.warriorforum.com/programming/)
-   -   I want to learn PHP (https://www.warriorforum.com/programming/519147-i-want-learn-php.html)

Henryj93 8th January 2012 08:44 PM

I want to learn PHP
 
I want to learn PHP i have little knowledge of it, but I really want to learn.

Any one have any suggestions, books or websites to learn from?

waqasikd 8th January 2012 11:19 PM

Re: I want to learn PHP
 
W3Schools Online Web Tutorials

just go there and learn step by step PHP

frenchsquared 8th January 2012 11:45 PM

Re: I want to learn PHP
 
I started with this book:
http://www.amazon.com/Beginning-PHP-...087915&sr=8-14

Mohsin Rasool 8th January 2012 11:53 PM

Re: I want to learn PHP
 
Hi,

Have server installed at your pc so that you can do all coding
and testing on local pc.

I use and recommend WAMPSERVER for PCs.

Once you have installed WAMP on your pc. And
when it is running...

Now you three things:

1. Some online source like W3Schools
or my fav
PHP Tutorial - Introduction

2. See the code you like to try or adapt from #1
and go to your WAMP www directory:
mostly here:
C:/wamp/www

create some folder say: code
in code folder: have test.php
and put the code from #1 in it and then

3. Open your browser and access this file:
http://localhost/code/test.php
and see how it looks (the output)

4. Now you ready to adapt, change and improve the code..
just open that file in Notepad++{ you should have notepad++ installed for awesome syntax highlighting}

and from learning sources like Tizag, w3school or better from php.net
just read the concepts, look at examples and try to write the code in
your local php file, and see the output in browse..make mistakes and
try to fix them...this is how i started learning and if i had to do it again,
i will love to start this way... :)

Good Luck!
Mohsin

01Aaron 9th January 2012 02:52 AM

Re: I want to learn PHP
 
Quote:

Originally Posted by waqasikd (Post 5387265)
W3Schools Online Web Tutorials

just go there and learn step by step PHP

This is really a good site. I start my html learning there as well.:D

samstephan9 9th January 2012 05:19 AM

Re: I want to learn PHP
 
w3schools.com is a best way of learning PHP.

Clare44 9th January 2012 05:57 AM

Re: I want to learn PHP
 
Try lynda dot com. Its a very big Online Training Library with hundreds of video tutorials.

ricky pounting 9th January 2012 07:21 AM

Re: I want to learn PHP
 
for php w3school is the best option for learning.

Amirol 9th January 2012 12:23 PM

Re: I want to learn PHP
 
Find this book: Head First PHP & MySQL or go to sitepoint.com

AirForceVet 9th January 2012 06:23 PM

Re: I want to learn PHP
 
I want to learn some coding myself, JavaScript to be exact.

jcwebhole 9th January 2012 08:11 PM

Re: I want to learn PHP
 
Wow! Im thinking of actually starting a thread here to offer free tutorials for PHP/MySQL and maybe even javascript and jquery... Where I will lead a study group sortof here i post occassional exercises you guys comply and post question.. Too bad I jusy cant commit yet... Hands up if you guys like my idea! It might drive me into actually doing it

dwert 10th January 2012 03:20 AM

Re: I want to learn PHP
 
You may refer PHP Tutorial of w3resource.com. They have covered PHP in a very systematic way, keeping the content pretty easy to understand for beginners. The tutorial includes plenty of examples and you can practice those examples using their online practice editor.

Once you finish with them, you may refer ibm developer works which offers articles for intermediate to advanced PHP users.

gaetanoc 11th January 2012 05:43 AM

Re: I want to learn PHP
 
short & sweet - the best programming language references + examples submitted by users:

php.net :-)

Brendanm 11th January 2012 08:10 AM

Re: I want to learn PHP
 
I recommend looking up 'PhpAcademeny' that's where i learned PHP and they guys are cool

fellowgeek 12th January 2012 06:33 AM

Re: I want to learn PHP
 
I thought myself php using w3schools.com, but it will help if you have a background in programming. I used to code in C & C++.

Also try downloading XAMPP so you can test your codes.

It also helps if you start using an IDE from the begining. For that download Exlipse IDE and install the PDE plugins.

A book will help too, I saw earlier in this thread people suggested many good books. just get the one with the most positive reviews.

good luck!

denownswarms 12th January 2012 08:54 PM

Re: I want to learn PHP
 
If you want to learn PHP than you go on Internet and Google than be search to get help or tutorials, you get help step by step tutorial regarding PHP guide, and first write hello world program, write coding for it, compile program and run it.

blogfreakz 13th January 2012 01:29 PM

Re: I want to learn PHP
 
W3Schools Online Web Tutorials or go to lynda.com for interactive video tuts...

cyberdenizen 14th January 2012 08:15 AM

Re: I want to learn PHP
 
I'm copying what I posted on my blog. I hope you will find this useful:

Things to do when you want to learn PHP:

1) DOWNLOAD AND INSTALL XAMPP - So what the heck is XAMPP? This a open source cross-platform web server package. You're going to need this because if you're going to study PHP and MySQL, you would need an Apache server, a MySQL database and a PHP interpreter. You need these to test your codes. XAMPP has everything you need. Don't worry because XAMPP is free. You can download XAMPP from here. Alternatively, you can download WAMP.

2) SURF THE INTERNET FOR WEBSITES THAT OFFER HELPFUL INFORMATION - There are a lot of web sites that offer tutorials in web development and design. Among the websites I've found very helpful are:

W3 Schools
Tizag

Killer PHP (You can buy the videos that are being sold or watch the free sample videos. The sample videos are helpful.)
PHP Official Site

3) JOIN ONLINE FORUMS - You may need someone to help you understand some concepts or you may have questions that need to be answered. You'll be surprised that there are many people who are more than willing to help. Here are some online forums that you can join:

PHP Builder Forums
CodingForums.com

PHP Developer's Network


4) DOWNLOAD E-BOOKS OR BUY BOOKS ON PHP AND MYSQL - Books and e-books present information in a more organized and comprehensive manner. They would be good to have for reference and in-depth learning.

There are available free e-books all over the Internet. Just Google the terms "free e-books" and "PHP" together. However, from experience, I've found that some of those books are either outdated or not very good, and some files contain viruses and trojans (Be particularly wary of those in .exe and .chm format). They're free, but download at your own risk.

Good luck and have fun! :D

Damien Roche 16th January 2012 08:15 AM

Re: I want to learn PHP
 
Don't spend too long on it. Use it as an introduction into beginner web programming, then quickly move onto something more robust and thought out like Ruby, Python, or Java.

You will pick up a lot of bad habits if you're not careful about where you learn from. Get a good book from Amazon. An excellent book is:

PHP 5 Objects, Patterns, and Practice:...PHP 5 Objects, Patterns, and Practice:...
I wouldn't even consider the risk involved in learning from the myriad of trash sites out there like w3schools (see: W3Fools instead).

shantanu 16th January 2012 02:11 PM

Re: I want to learn PHP
 
Follow this website if you want to clear ur basics and then purchase a book which leads you to professional PHP

PHP Tutorial

ethan5 17th January 2012 12:19 AM

Re: I want to learn PHP
 
I want to learn PHP but I have a learning disability?

I know a little bit of visual basic, I want to learn php thought. But I've been diagnosed with a learning disability. What would the best way for me to learn?

Pamellalovely 17th January 2012 10:26 AM

Re: I want to learn PHP
 
Quote:

Originally Posted by Henryj93 (Post 5386463)
I want to learn PHP i have little knowledge of it, but I really want to learn.

Any one have any suggestions, books or websites to learn from?

Learn PHP the easy way - PHPBuddy.com and W3Schools Online Web Tutorials bothweb site are good foe learn about Php online... So ,try this web site and tell me your experience...

Pamellalovely 17th January 2012 10:27 AM

Re: I want to learn PHP
 
Quote:

Originally Posted by Henryj93 (Post 5386463)
I want to learn PHP i have little knowledge of it, but I really want to learn.

Any one have any suggestions, books or websites to learn from?

phpbuddy.com and w3schools.com bothweb site are good for learn about Php online... So ,try this web site and tell me your experience...

MirInfotech 17th January 2012 09:05 PM

Re: I want to learn PHP
 
check W3schools.. they also have tutorials on html,css, etc.

rileyb 17th January 2012 09:57 PM

Re: I want to learn PHP
 
My husbands free video tutorials for php:
PHP Video Tutorials | Learn PHP Step-by-Step With Easy To Follow Videos

jhonybravo222 19th January 2012 01:44 AM

Re: I want to learn PHP
 
PHP is really very nice and good job for those who make a online sites and software and other products

Damien Roche 19th January 2012 03:29 AM

Re: I want to learn PHP
 
Beginners need to stop recommending w3schools. It is full of garbage information, only perpetuating the problem of encouraging bad code.

See here for why: W3Fools

OriginalEXE 19th January 2012 04:21 AM

Re: I want to learn PHP
 
I honestly suggest you Head First: Java + MySql, its cheap on Amazon so go get it, learning is fun with that book!

metheew 19th January 2012 06:14 AM

Re: I want to learn PHP
 
If your are familiar with the oops concept then php is not bigger thing for you and if you wanna learn really wanna learn PHP, you have to join reputed institute because PHP become advance and new predefined logic are created which makes syntax error in the program.

Magento developer 19th January 2012 07:00 AM

Re: I want to learn PHP
 
You can learn PHP from online. w3schools has that facility.

wilianto 19th January 2012 08:32 AM

Re: I want to learn PHP
 
I think w3school is the best site for you to learn PHP from basic, I also learn the basic from there.
But for advanced, just need php.net as your reference.

uniquecontentclub 19th January 2012 08:41 AM

Re: I want to learn PHP
 
Practice makes perfect. Get a basic guide, give some things a try, and teach yourself. Yes, it may take a while but what you learn along the way is invaluable. You will be better off in the end!

cmartinimpact 19th January 2012 08:51 AM

Re: I want to learn PHP
 
I have dabbled in w3 schools, However i was wondering can i just make a subdomain and start building there? or is alot more complicated then that? i want to learn how to code and use php, but i really dont know anything about getting started. i only really know how to get by and kinda of code zencart and wordpress php files.

coolsharad 19th January 2012 10:40 AM

Re: I want to learn PHP
 
go to w3schools.com and downlaod php manual to start php

Ibcontact 20th January 2012 02:48 AM

Re: I want to learn PHP
 
Read tutorials and you can take help from w3schools and php.com

wadeby 23rd January 2012 01:02 PM

Re: I want to learn PHP
 
w3schools is the best source of learning php.

kamirao 24th January 2012 04:36 AM

Re: I want to learn PHP
 
net.tutsplus.com has a good video series (free) called "Diving into php". Diving into PHP | Nettuts+

Tom Albas 24th January 2012 07:59 AM

Re: I want to learn PHP
 
Quote:

Originally Posted by Henryj93 (Post 5386463)
I want to learn PHP i have little knowledge of it, but I really want to learn.

Any one have any suggestions, books or websites to learn from?

W3school is the best door to learn PHP but practical is more useful

melonsmartin 24th January 2012 04:17 PM

Re: I want to learn PHP
 
Since PHP is so powerful, you will find, from day one, you can start your first project, see the results online in PHP programming. Large part on the use of PHP is that it is an online programming language, so you can take your project, show them around the world now!

albertthomas 25th January 2012 06:02 AM

Re: I want to learn PHP
 
Quote:

Originally Posted by ziaht (Post 5387484)
well if u want tolearn PHP online then

w3school.com is best website for PHP basic :)

Thanks for giving this information bcz I also want to learn php with the help of internet.Thanks again.

wasabi20 25th January 2012 07:17 AM

Re: I want to learn PHP
 
Seriously,

Google is your friend....
Take an idea. Put it on paper... And start searching on google how to do this and this with php

You'll see... it's the best method ;)

John Conner 25th January 2012 11:04 AM

Re: I want to learn PHP
 
Video tutorial is the best option to learn PHP. Search in youtube PHP for bigginners you will get awesome list of of PHP tutorial videos.

smartdept 25th January 2012 11:34 PM

Re: I want to learn PHP
 
I have some great PHP extensions in my Chrome browser that are super helpful. I recommend you get some of those to help you learn.

rechardjeam 9th February 2012 07:16 AM

Re: I want to learn PHP
 
PHP is very easy to learn.PHP stands for Hyper Text Preprocessor. There are so many tutorials available on the Internet, you can prefer them and learn PHP. The best way to learn online is the website called w3schools; it is the best website for fresher/beginners. All the information is given in the details and you can also join good professional coaching and practice on those tutorials.

jerrybrownaaa 9th February 2012 12:09 PM

Re: I want to learn PHP
 
PHP language is good because it's an simple, neat syntax which can be simple to select up in case you know a programming language already. In case you have no idea a programming language already, do not worry. PHP can be a great place to start because it's such an intuitive syntax.

bappa06 15th February 2012 04:49 AM

Re: I want to learn PHP
 
I have Php Programing tutorial in many langues. It's very easy to download it on site. These videos make you full expert in Php. In short, It is server scripting language very easy to understand it.Thanks!

Fiverivers 17th February 2012 11:31 PM

Re: I want to learn PHP
 
Search in the google you will get lots of e- books thats are in easy language you can learn easily.

overtime 21st March 2012 06:07 AM

Re: I want to learn PHP
 
I think you need to join W3school.
Its a best free website for newbies and leaners

kaja292 21st March 2012 12:40 PM

Re: I want to learn PHP
 
gud choice waqasikd, i used to go with same

PHPSpaZ 21st March 2012 01:50 PM

Re: I want to learn PHP
 
Quote:

Originally Posted by Henryj93 (Post 5386463)
I want to learn PHP i have little knowledge of it, but I really want to learn.

Any one have any suggestions, books or websites to learn from?

use php.net or w3Cschools they both have great tutorials for helping you getting the understanding of the basic concepts. Also you have taken the biggest most important step... Reaching out to a network of people with experience. If you ever get stumped post here and we someone will help you.

Have a great day and HAPPY CODING!


All times are GMT -6. The time now is 08:47 AM.