Useful PHP Articles, Sites

here is a good php book for beginners

http://phillipnb.wordpress.com/2012/09/01/book-review-php-mysql-5-1-for-beginners/
 
If you wish to read quality and fresh article then i would suggest you to go with ezinemark.
 
PHP, a fractal of bad design: http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/

Don't misunderstand. I'm not trying to put PHP in a bad light, and it is still my 'language' of choice. But the writer of this article raises some valid points that every serious developer should be aware of...
 
W3schools.com is best for PHP... You should use this site and learn PHP...
 
http://jream.com has a lot of great videos for various languages also.
 
For Initial use, read w3school.com
For Detail learning http://www.php.net is the best site for php
 
Although there are many tutorial websites such as w3schools.com, php.net and video tutorials of udemy.com I would also suggest you to read the basic tutorial series of "Getting Started With PHP", if you are a newbie to PHP. You may follow the basic tutorial series at Cloudways (http://www.cloudways.com/blog/how-to-start-php-programming/)
 
swirlee said:
If you spot any particularly interesting or useful articles or sites related to PHP (or other pertinent IT topics), please post them here.

Today I came upon a short article called "Portable PHP Code". It's a pretty short article, but makes some good recommendations that you should follow even if you don't care about portability. Among the tips are why you should have register_globals off, why you should always use long tags (<?php instead of just <?), and why you should never hard-code database and table names. Check it out.

Thanks for the link.
 
W3School is the best site to learn PHP.There are So many article published Regularly about php-
-www.zend.com
-www.google.com
-www.endivesoftware.com
-http://www.php.net/manual
 
5000 php functions in auto fill box gives you

function
arg
rtn

so if your not sure on what function to use this is well handy

http://mjmartin.co.uk/PHP_Function/
 
I’am taking some PHP training in Chennai at FITA and if you can join their discussions, i think you can get more answers about PHP. Thanks.

http://phptraininginchennai.in/
 
Well, I contribute my article regarding PHP on Dzone, Scotch.io, Medium, and Cloudways. You can learn about PHP frameworks like Symfony 3, Laravel, Yii $ Codeigniter. Also you can request me for the tutorial I'll be happy :)

Learn Here: PHP Framework Tutorials
 
Back
Top