EvilZone

Programming and Scripting => Web Oriented Coding => Topic started by: KingCasra on April 06, 2015, 04:32:24 PM

Title: Best PHP resources
Post by: KingCasra on April 06, 2015, 04:32:24 PM
I'm looking for a good resource on learning PHP, does anybody have favorite books or videos etc.
Title: Re: Best PHP resources
Post by: v32itas on April 06, 2015, 08:40:36 PM
I'm looking for a good resource on learning PHP, does anybody have favorite books or videos etc.
well man you should use search or something. There is a thing like this here https://evilzone.org/wiki/index.php/The_big_ebook_index#.40PHP with many favorite books
Title: Re: Best PHP resources
Post by: KingCasra on April 06, 2015, 09:33:42 PM
Yea you're right probably should have searched first, I just wanted to get everyones input though but thanks though.
Title: Re: Best PHP resources
Post by: th3g00n on April 06, 2015, 09:36:55 PM
BOOKS:
http://www.amazon.com/PHP-Web-Visual-QuickStart-Edition/dp/0321733452/ (http://www.amazon.com/PHP-Web-Visual-QuickStart-Edition/dp/0321733452/)

http://www.amazon.com/PHP-MySQL-Dynamic-Web-Sites/dp/0321784073/ (http://www.amazon.com/PHP-MySQL-Dynamic-Web-Sites/dp/0321784073/)

http://www.amazon.com/PHP-Advanced-Object-Oriented-Programming-QuickPro/dp/0321832183/ (http://www.amazon.com/PHP-Advanced-Object-Oriented-Programming-QuickPro/dp/0321832183/)

If you have any programming experience, you can skip the first one.


VIDEOS:
http://www.lynda.com/MySQL-tutorials/PHP-MySQL-Essential-Training/119003-2.html
Title: Re: Best PHP resources
Post by: Binaryman on April 11, 2015, 11:35:26 PM
If you want to learn some basics go here. http://www.codecademy.com (http://www.codecademy.com)
Title: Re: Best PHP resources
Post by: mr.sinister on July 22, 2015, 03:42:25 PM
i would throw in a vote for https://www.codecademy.com/ as well i am just starting the javascript.

might i add geany is a great ide for php as will as notepad a with your apache.log and error.log open.

Title: Re: Best PHP resources
Post by: blacknieve on November 18, 2015, 11:19:39 AM
If you're gonna learn PHP, you might as well learn the rest.

One of the best books I know: http://shop.oreilly.com/product/0636920036463.do

You can get it for free if you look into the right places.
Title: Re: Best PHP resources
Post by: D R 4 G 0 0 N on November 23, 2015, 10:02:26 AM
simply go to http://php.net/manual/en/
Title: Re: Best PHP resources
Post by: Matangub on February 01, 2016, 06:53:18 AM
The best pracrice for php is actually just jumping to the water and start building something like a website.

Sent from my LG-D855 using Tapatalk

Title: Re: Best PHP resources
Post by: D3v1l on February 01, 2016, 09:11:24 PM
I think that the best way to learn php is to take a book that teach you the language foundamentals and then jump into a project make mistake and fix it, this is the best way, for me, to learn php and every programming language in the world. A good and free start could be http://www.phptherightway.com/ (http://www.phptherightway.com/)
Title: Re: Best PHP resources
Post by: Racheltjie de Beer on February 02, 2016, 12:13:04 PM
well man you should use search or something. There is a thing like this here https://evilzone.org/wiki/index.php/The_big_ebook_index#.40PHP with many favorite books

E-books and wiki is not available for under 20 post memebers

I agree with:

simply go to http://php.net/manual/en/