Hey maybe you wanna try this first.
The website I start learning PHP,
PHP Tutorial - Introduction
PHP Tutorial
Make sure you know how to use variables and if statement in PHP then proceed to next step.
There's no way you can memorise all the features or functions in PHP and most of the solutions can be found online.
For example you wanna do a contact form, Google "contact form php tutorial" or simply "how to create contact form in php"
The best website if you know the list of functions in php,
PHP: Hypertext Preprocessor
(if statement)Code:http://php.net/if
(while statement)Code:http://php.net/while
(explode function)Code:http://php.net/explode
and more!
Hope it helps!

