Hymoo
# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Go Back Hymoo > PHP Forum > Learn PHP
 
LinkBack Thread Tools
Old 05-31-2009, 05:37 PM
Loveshine's Avatar
Forum Manager
Join Date: May 2009
Posts: 84
iTrader: 0 / 0%
Hymoo Points: 0.4
Loveshine is on a distinguished road
Default Learn PHP

While there are hundreds of tutorials across the web, I wanted to find something which in complete but not too taxing for a complete beginner (well, I can code in XHTML and some JS).

Does anyone know of any resources that I could use?

Old 05-31-2009, 05:46 PM
Ali's Avatar
Ali
Forum Manager
Join Date: May 2009
Posts: 206
iTrader: 0 / 0%
Hymoo Points: 1.1
Ali is on a distinguished road
Send a message via MSN to Ali
Default

Well PHP.net is a great resource for checking code and seeing what does what however as a beginner I suggest just finding simple scripts on the net and breaking them down.

I learned PHP in a month just from doing that over and over. It's a different approach to learning a computer language however you should see how it works for you. I personally think it's a great way to go about things.

Good luck! If you run into any trouble post it here or pm me and I will see how I can help.

Old 05-31-2009, 05:51 PM
wogan's Avatar
Forum Manager
Join Date: May 2009
Posts: 70
iTrader: 0 / 0%
Hymoo Points: 10.4
wogan will become famous soon enough
Send a message via MSN to wogan Send a message via Skype™ to wogan
Default

I learned using a simple formula: Figure out something I wanted to build, then learned everything I needed to build it

PHP.net is good for finding advanced tutorials on using PHP functions, but putting together complete scripts is something else.

If you'd like to know how to code something, you could always PM me with the question, and I'll post a tutorial as an answer. I could certainly use the practice
__________________

Old 05-31-2009, 11:35 PM
Anil's Avatar
Forum Manager
Join Date: May 2009
Posts: 168
iTrader: 0 / 0%
Hymoo Points: 20.9
Anil will become famous soon enough
Send a message via MSN to Anil
Default

Hello. I would like to share some resources with you.
Actually, i have been trying to learn php these days and i have a lot of places and resources to offer you.

First of all, it is always good to learn php from w3schools.
Give it a try : PHP Tutorial

I would also like to suggest you to learn by watching video tutorials on php. Video tutorials are really a easy way to learn anything. You can check this sites for video tutorials :
BEGINNERS PHP VIDEO TUTORIALS
PHP Video Tutorials - Like to watch the video instead of reading the book?

Recently i downloaded some ebooks to learn php, would also like to share download links of some of books i prefer.

*Sams Teach Yourself PHP in 24 Hours, Third Edition
Download:-
Code:
http://rapidshare.com/files/143393783/0672326191.rar
password :-  ebooksclub.org
*Beginning PHP5 (Programmer to Programmer)
Download :-
Code:
http://rapidshare.com/files/159745201/ebook.Beginning_PHP5_Programmer_to_Programmer.0764557831.zip

Hope that helps

Old 06-01-2009, 02:37 AM
wogan's Avatar
Forum Manager
Join Date: May 2009
Posts: 70
iTrader: 0 / 0%
Hymoo Points: 10.4
wogan will become famous soon enough
Send a message via MSN to wogan Send a message via Skype™ to wogan
Default

@Anil Sweet, thanks for the links.

Old 06-01-2009, 01:17 PM
Ali's Avatar
Ali
Forum Manager
Join Date: May 2009
Posts: 206
iTrader: 0 / 0%
Hymoo Points: 1.1
Ali is on a distinguished road
Send a message via MSN to Ali
Default

I haven't actually ever had good experiences with the books. I just don't think they teach you the right way. Now if I only knew what the right way was I would write a book!

Old 06-01-2009, 02:18 PM
Forum Manager
Join Date: May 2009
Posts: 36
iTrader: 0 / 0%
Hymoo Points: 0.2
makemoney is on a distinguished road
Default

TO learn PHP i think you should go for a holiday course and you should be under a professional .The online tutorials will not help you much

Old 06-01-2009, 02:58 PM
wogan's Avatar
Forum Manager
Join Date: May 2009
Posts: 70
iTrader: 0 / 0%
Hymoo Points: 10.4
wogan will become famous soon enough
Send a message via MSN to wogan Send a message via Skype™ to wogan
Default

@Ali Yeah, the books set out to teach things in a way that makes sense to the authors, but the authors aren't really readers, so...

@makemoney "Holiday", . I think the best way to learn is by practice. Simple.

Old 06-01-2009, 04:22 PM
Ali's Avatar
Ali
Forum Manager
Join Date: May 2009
Posts: 206
iTrader: 0 / 0%
Hymoo Points: 1.1
Ali is on a distinguished road
Send a message via MSN to Ali
Default

Quote:
Originally Posted by wogan View Post
@Ali Yeah, the books set out to teach things in a way that makes sense to the authors, but the authors aren't really readers, so...

@makemoney "Holiday", . I think the best way to learn is by practice. Simple.
I fully agree with you wogan, practice makes perfect. That's how you get better at anything and everything.

Old 06-02-2009, 01:04 AM
Bryan C.'s Avatar
Forum Manager
Join Date: Jun 2009
Posts: 510
iTrader: 0 / 0%
Hymoo Points: 2.7
Bryan C. is on a distinguished road
Default

Quote:
Originally Posted by Loveshine View Post
While there are hundreds of tutorials across the web, I wanted to find something which in complete but not too taxing for a complete beginner (well, I can code in XHTML and some JS).

Does anyone know of any resources that I could use?
Use CMS. But better if you know some PHPs, learn from w3schools

Old 06-02-2009, 03:03 AM
Ali's Avatar
Ali
Forum Manager
Join Date: May 2009
Posts: 206
iTrader: 0 / 0%
Hymoo Points: 1.1
Ali is on a distinguished road
Send a message via MSN to Ali
Default

Quote:
Originally Posted by Bryan C. View Post
Use CMS. But better if you know some PHPs, learn from w3schools
Do you even know what CMS is? CMS stands for Content Management System... >_> You don't make things in CMS you make a CMS.

Old 06-02-2009, 03:25 AM
wogan's Avatar
Forum Manager
Join Date: May 2009
Posts: 70
iTrader: 0 / 0%
Hymoo Points: 10.4
wogan will become famous soon enough
Send a message via MSN to wogan Send a message via Skype™ to wogan
Default

Quote:
Originally Posted by Ali View Post
Do you even know what CMS is? CMS stands for Content Management System... >_> You don't make things in CMS you make a CMS.
Well, strictly speakng, you make content in a CMS, but now we're getting into semantics.

The point being that installing a CMS teaches you nothing about PHP - unless if you're installing Drupal, I guess. For the most part, though, CMSes are built to be user-friendly, which means you never get to see the code behind the scenes.

Also, while building a CMS of your own is good practice, it's a few steps higher than "beginner" - first you need to get your head around form submissions & uploading, processing data server-side, validation and sanitization, database structures, and possibly a templating language.
__________________

Old 06-02-2009, 06:12 PM
Ali's Avatar
Ali
Forum Manager
Join Date: May 2009
Posts: 206
iTrader: 0 / 0%
Hymoo Points: 1.1
Ali is on a distinguished road
Send a message via MSN to Ali
Default

Quote:
Originally Posted by wogan View Post
Well, strictly speakng, you make content in a CMS, but now we're getting into semantics.

The point being that installing a CMS teaches you nothing about PHP - unless if you're installing Drupal, I guess. For the most part, though, CMSes are built to be user-friendly, which means you never get to see the code behind the scenes.

Also, while building a CMS of your own is good practice, it's a few steps higher than "beginner" - first you need to get your head around form submissions & uploading, processing data server-side, validation and sanitization, database structures, and possibly a templating language.
I like building my own CMS's, I never keep them though and the control panels are usually a mess because they are only viewable by me.

Old 06-06-2009, 03:30 PM
Banned
Join Date: Jan 2009
Posts: 99
iTrader: 0 / 0%
Hymoo Points: 20.4
Amro Awad has a little shameless behaviour in the past
Default

I would suggest going to W3Schools Online Web Tutorials and there you can find all the info you need including webstandards!

Old 06-07-2009, 02:48 PM
wogan's Avatar
Forum Manager
Join Date: May 2009
Posts: 70
iTrader: 0 / 0%
Hymoo Points: 10.4
wogan will become famous soon enough
Send a message via MSN to wogan Send a message via Skype™ to wogan
Default

W3Schools is great for beginners, true. Like all tutorial sites, however, you're learning what they teach you - which isn't always what you personally need to learn. That's why I take the challenge-growth approach

Old 06-08-2009, 11:53 AM
Ali's Avatar
Ali
Forum Manager
Join Date: May 2009
Posts: 206
iTrader: 0 / 0%
Hymoo Points: 1.1
Ali is on a distinguished road
Send a message via MSN to Ali
Default

Yeah W3 was a great resource and still is for me when I usually run into a problem or I forget something, gotta love that internet it's got all the help you need!

Old 06-13-2009, 02:48 AM
Bryan C.'s Avatar
Forum Manager
Join Date: Jun 2009
Posts: 510
iTrader: 0 / 0%
Hymoo Points: 2.7
Bryan C. is on a distinguished road
Default

Learn from school is still the best approach for PHP

Old 06-24-2009, 09:17 AM
Forum Manager
Join Date: Jun 2009
Posts: 19
iTrader: 0 / 0%
Hymoo Points: 10.1
taophique is on a distinguished road
Default

wow.. great info. thanks

Old 07-22-2009, 12:53 AM
aldejay's Avatar
Forum Manager
Join Date: May 2009
Posts: 93
iTrader: 0 / 0%
Hymoo Points: 10.5
aldejay is on a distinguished road
Send a message via Yahoo to aldejay
Default Re: Learn PHP

I started learning php in w3school and learn all the basics there then i started learning complicated functions just by reviewing other downloadable scripts.

Old 08-04-2009, 05:08 AM
johnjoel's Avatar
Forum Manager
Join Date: Aug 2009
Posts: 41
iTrader: 0 / 0%
Hymoo Points: 0.3
johnjoel is on a distinguished road
Default

I learned from Lynda.com.They provide well explained video tutorials.I also learned XHTML,CSS and Photoshop from them


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


Share This Thread
  • Submit Thread to Twitter
  • Submit Thread to StumbleUpon
  • Submit Thread to Digg
  • Submit Thread to Reddit
  • Submit Thread to del.icio.us

Loveshine's Threads
Similar Threads
Newest Threads
Latest Posts
©2010 Hymoo