Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-13-2008, 08:58 PM   PM User | #1
runnerjp
Regular Coder

 
Join Date: Nov 2006
Posts: 601
Thanks: 1
Thanked 2 Times in 2 Posts
runnerjp can only hope to improve
learning php

ok i need to really learn 100% php as im finding im posting alot for answers so i would like to ask

what books ect did u guys use to learn php??
runnerjp is offline   Reply With Quote
Old 05-13-2008, 09:17 PM   PM User | #2
derzok
Regular Coder

 
Join Date: May 2008
Location: Ohio
Posts: 231
Thanks: 3
Thanked 21 Times in 21 Posts
derzok is an unknown quantity at this point
After you're familiar with any programming language it's easy to pick up another. I already knew Perl, Java, and C when I learned php, so it took me no time to learn. Honestly, the best way to learn a language well is to try and accomplish some project/task. When you run into trouble, look at php.net's documentation and the examples provided by the php staff and the comments posted by readers. I've never had a problem that couldn't be solved that way.
derzok is offline   Reply With Quote
Old 05-13-2008, 09:23 PM   PM User | #3
runnerjp
Regular Coder

 
Join Date: Nov 2006
Posts: 601
Thanks: 1
Thanked 2 Times in 2 Posts
runnerjp can only hope to improve
hehe im only asking this because iv had some complaints about posting some of my problems :P

i thought i best get every 1ns opinion... iv always learnt best by doing as well....
runnerjp is offline   Reply With Quote
Old 05-13-2008, 10:50 PM   PM User | #4
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by runnerjp View Post
hehe im only asking this because iv had some complaints about posting some of my problems :P

i thought i best get every 1ns opinion... iv always learnt best by doing as well....
learning a language is not enought, before anything else you must understand how the things works. You have some basic knowledge you must improve and then the language is not a problem, no matter if is php, perl or anything else,

regards
oesxyl is offline   Reply With Quote
Old 05-14-2008, 08:26 AM   PM User | #5
pixencom
New Coder

 
Join Date: Apr 2008
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
pixencom is an unknown quantity at this point
I find that learning by trial and error is best, at least for me. http://www.tizag.com/ has some great tutorials and snippets.
__________________
Atlanta Web Design <- They do good work.

Last edited by pixencom; 05-14-2008 at 09:10 AM..
pixencom is offline   Reply With Quote
Old 05-14-2008, 09:33 AM   PM User | #6
FWDrew
Regular Coder

 
FWDrew's Avatar
 
Join Date: Apr 2008
Location: Missouri
Posts: 380
Thanks: 38
Thanked 45 Times in 43 Posts
FWDrew is on a distinguished road
http://devzone.zend.com/node/view/id/627

Above is the best site I have used for explaining a lot of practical uses and purposes of PHP in a way anyone can understand. Its worth a look

Best of luck,

Drew

Edit-As for books, check out your local library and see what they have, bigger isnt always better (when it comes to books ), make sure they are on your level. I am currently reading "PHP, MySQL, and Apache" by Julie C. Meloni and "Web Database and Applications with: PHP and MySQL" by Hugh Williams and David Lane. Both have been very helpful

Last edited by FWDrew; 05-14-2008 at 09:36 AM..
FWDrew is offline   Reply With Quote
Old 05-14-2008, 11:45 AM   PM User | #7
runnerjp
Regular Coder

 
Join Date: Nov 2006
Posts: 601
Thanks: 1
Thanked 2 Times in 2 Posts
runnerjp can only hope to improve
what about "idiots guide to php" i find them usefull but is it enough lol
runnerjp is offline   Reply With Quote
Old 05-14-2008, 01:38 PM   PM User | #8
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Runner ...
Sorry, I sort of laughed when I read these threads:
http://www.codingforums.com/showthread.php?t=139551

That must be what you're referring to.

You need to start with something simpler than MySQL.

When you need to do something with PHP, example, you want to
write to a file ... use Google and search for:
PHP write to file

Like this:
http://www.google.com/search?hl=en&q...=Google+Search

See? There are many tutorials already written ... code that you can copy and paste,
to try it out yourself and learn how it's done.

Or, let's say you want to learn about arrays:
http://www.google.com/search?hl=en&s...al&btnG=Search

Take your pick on tutorials (some better than others), but you get the idea.

Use snippets of code from those sites to try out for yourself and learn how it works.
mlseim is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:08 AM.


Advertisement
Log in to turn off these ads.