EvilZone

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

: Best PHP resources
: KingCasra 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.
: Re: Best PHP resources
: v32itas 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
: Re: Best PHP resources
: KingCasra 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.
: Re: Best PHP resources
: th3g00n 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
: Re: Best PHP resources
: Binaryman April 11, 2015, 11:35:26 PM
If you want to learn some basics go here. http://www.codecademy.com (http://www.codecademy.com)
: Re: Best PHP resources
: mr.sinister 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.

: Re: Best PHP resources
: blacknieve 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.
: Re: Best PHP resources
: D R 4 G 0 0 N November 23, 2015, 10:02:26 AM
simply go to http://php.net/manual/en/
: Re: Best PHP resources
: Matangub 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

: Re: Best PHP resources
: D3v1l 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/)
: Re: Best PHP resources
: Racheltjie de Beer 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/