From where I learn advance php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

From where I learn advance php

I learn from solo learn now I want to be expert

2nd Oct 2018, 10:04 AM
Mk Vashist
Mk Vashist - avatar
5 Answers
+ 10
Only from books and official documentation: php.net, phptherightway.com
3rd Oct 2018, 6:52 AM
Igor Makarsky
Igor Makarsky - avatar
2nd Oct 2018, 10:06 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 4
read official php documentation which is a good source of all concepts.
2nd Oct 2018, 9:30 PM
Pranav
Pranav - avatar
+ 3
I saw an advertisement with a bearded php programmer and realized that I know php
16th Oct 2018, 8:58 PM
Marko Andrushchenko
Marko Andrushchenko - avatar
+ 1
function func($arg) { $result = 0; for($i=0; $i<$arg; $i++) { $result = $result + $i; } return $result; } echo func(5); how this become 10
2nd Oct 2018, 3:21 PM
Love Guru
Love Guru - avatar