hello everyone,
I am new here and i want to know that Which one is the website to learn php ?
hello everyone,
I am new here and i want to know that Which one is the website to learn php ?
I suspect this might be like asking “what is the best car?” or “what is the best TV show?” - opinions will vary as there are so many tutorial sites. If you’re starting from scratch, Sitepoint has some good books.
One of the issues with looking around for tutorial web sites is that there are a lot that show old methods - for example, some tutorial sites were written when the mysql
functions were the current way to access a database, before mysqli and PDO took over, so if you see sample code using mysql_query()
and the like, steer clear. As with all things, that’s a sweeping generalisation, of course.
I guess the first question is, what programming background do you have? None at all, or proficient in other languages but just not PHP? That will make a difference to what kind of tutorial you need.
For PHP i think you should take a look at Laracasts.com and codecourse.com
Both of the are excellent sources to learn PHP, from beginner , intermediate and advanced.
Take a look a both sites and see which one matches your interests.
Personally for me codecourse.com was the one i chose
Definitely your own and can be at no expense!
Google:
After the above framework is setup
It is also well worth setting a http://localhost environment (which depends on your platform such as Windows, IOS, Linux, etc). When set an online mirror image can be uploaded using a Free FTP Utility such as FileZilla
Edit:
PHP has over a thousand functions and many will be of no interest as far as your personal project is concerned. Experimenting and then Googling for a solution will be beneficial.
If ever or while your personal project is being perfected, try answering some SitePoint Forum PHP questions. It is far better to stretch your imagination then remain in your own comfort zone.
Also forgot to add about Googling for a PHP editor that suits your needs. There are numerous available for every platform.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.