Wordpress Themes - Debt Consolidation - Debt Consolidation - Wordpress Themes - Debt Consolidation

PDA

View Full Version : Want to shift to PHP. Looking for books


vihutuo
Aug 12th 2008, 2:21 am
Hey guys I have been an ASP.NET developer for quite some years .
But now I want to shift to PHP.
Which books or resources would you recommend ?

Thanks

CGSS-CyberGeek
Aug 12th 2008, 2:38 am
Hi,

I personally would recommend the PHP Manual and Documenation at php.net.

jdonaldson
Aug 12th 2008, 3:00 am
There are so many good tutorials on the Web you should look at first! Just search on "php tutorials" on G.

campolar
Aug 12th 2008, 3:03 am
i recommend PHP, MySQL for Dummies

blognol
Aug 12th 2008, 5:37 am
Simple and best site for php beginners
http://www.php-mysql-tutorial.com

is0is0
Aug 12th 2008, 6:26 am
Try out the video tutorials at Lynda.com, they helped me a bit.

Ilyes
Aug 12th 2008, 8:40 am
No need to books friend !
There are a lot of web based tutorials.
Just search google for:
PHP Sources
PHP Tutorials
and visit all websites in the first page and choose the one you like ! All of them provide good resources.
You can also visit my new blog at: http://myphpsource.blogspot.com
Good luck !

minibuck
Aug 12th 2008, 11:10 am
You can get PHP manual here : hxxp://www.php.net/download-docs.php (choose your language).
I have used it so much, it include almost example for each function.
Welcome to PHP community. I like PHP too.

timophy
Aug 13th 2008, 7:01 am
Like others before me have stated. The php.net information has to be the absolute best. I learned everything I needed to know from there website.

Here is an example of why it is so great. Lets say you need to uppercase a string. Welll guess what? They have a function pre-built for that called strtoupper() and they also have 100 other people telling you 100 other things you can do with that function right here: http://www.php.net/manual/en/function.strtoupper.php

proxywhereabouts
Aug 13th 2008, 7:17 am
try looking some reading materials at sitepoint. You can previews their books too.

Syndication
Aug 13th 2008, 10:24 am
Although I didn't learn from a book, I was helping a friend pick up some PHP skills and he picked up "PHP/MySQL for Dummies". This is a great resource. Looking through the book, as a PHP developer of over 6 years, it taught me some things.

vbn
Aug 14th 2008, 2:18 pm
Check O'Reilly PHP Cookbook

vihutuo
Aug 15th 2008, 2:28 am
Thank you for all the suggestions.
As most of you have mentioned I think I will need to check out "PHP/MySQL for Dummies" and the other websites. I have bookmarked the websites that you have given. I am also going throughhttp://www.php-mysql-tutorial.com/ as recommended by blognol and I am liking it as it is clearly written with a lot of code examples