Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning PHP and web-programming for intermediate programmers [closed]

Tags:

php

I would like to know some good resources (book or website) on learning PHP for those who are already familiar with programming.

Many of the tutorials I've been finding are for people who never programmed before and take way to long to go through to even learn basic language constructs.

The optimal resource would not assume previous web-development background however.

like image 282
Michal Gorecki Avatar asked Feb 11 '09 22:02

Michal Gorecki


People also ask

Is PHP still worth learning 2022?

The language is still relevant and popular for web development, as it's easy, fast, constantly updated and there is a wide market of specialists who can work with it. PHP is good for business applications, as it is cheap, flexible, and grants a good speed of development.

Can I learn PHP in 3 months?

It takes about three to six months to learn PHP depending on how much time you commit. PHP has a favorable syntax which makes it a great starting point for anyone interested in learning about backend web development.

How long does it take to learn PHP programming?

In general, it takes about three to six months to learn PHP, but it is also a fact that it depends on how much time you commit. It is a programming language that has a favorable syntax that makes it a great starting point for anyone who is interested in learning about backend web development.

Is PHP tough to learn?

PHP is an easy language to grasp, and it's a great start before you dive into more complex web languages like HTML,CSS, SQL, and JavaScript. If you're learning WordPress too, keep an eye on what people are using with it.


1 Answers

The PHP Manual is what I used, especially with the search box in Firefox. Type in a function name and go. If you haven't already, it's probably worth browsing through while you wait for more answers.

like image 82
Ryan Graham Avatar answered Oct 07 '22 16:10

Ryan Graham