I am a beginner learning php too. I think for me is the fact that I
don't know all of the functions, or how all of the php code actually
works.
<?php echo 'hello world'; ? - this piece of code came very natural
for me. I want to get to a point where php comes as natural as a
simple hello world echo.
I believe you have to do it through completing tutorials, reading the
manual, practice , taking on your own project (even if it is as simple
as an addressbook).
The reason echo hello world became so natural is because I must have
written it 100's of times in this learning process. Other statements
will become just as natural if I just do more tutorials, and
practice , and build my skills.
Us beginners aren't going to become a php programmer over night , its
going to take practice
and reading.
Cheers
I hope this was helpful.
don't know all of the functions, or how all of the php code actually
works.
<?php echo 'hello world'; ? - this piece of code came very natural
for me. I want to get to a point where php comes as natural as a
simple hello world echo.
I believe you have to do it through completing tutorials, reading the
manual, practice , taking on your own project (even if it is as simple
as an addressbook).
The reason echo hello world became so natural is because I must have
written it 100's of times in this learning process. Other statements
will become just as natural if I just do more tutorials, and
practice , and build my skills.
Us beginners aren't going to become a php programmer over night , its
going to take practice
and reading.
Cheers
I hope this was helpful.
Comment