ThatGuy121
Newbie
- Apr 23, 2014
- 29
- 8
best way for me is to pick up a book and do small projects on the way a lot of online free schools now that teach and give u projects.
You should at least learn the basics of PHP before attempting to work on a project.My start was like this.
Figure out some project you want to work on it and then start step by step. Searching on forums documentations problems about it. Trust me it works.
<title>KEYWORD</title>
<H1>KEYWORD</H1>
Are you looking information about KEYWORD?
...
I highly recommend laracasts.com ... the lessons might be a bit advanced, but there are good starters too. It it will teach you good coding practices. Usually when you start out using tuts on the web, you tend to end up writing spaghetti code.
PHP is the language under HTML.
You will start coding with same HTML coding then when you start PHP then it'll be start as:
<?php..............................
.....................................................
</?>
It ends with it.
PHP is the language under HTML.
You will start coding with same HTML coding then when you start PHP then it'll be start as:
<?php..............................
.....................................................
</?>
It ends with it.