Resources
Here are some helpful links for your journey with web development and PHP programming.
Description | Link |
---|---|
The official PHP manual | http://php.net/manual/en/index.php |
* A great resource for learning PHP. I recommend everybody sit through this at least once. | https://www.codecademy.com/learn/php |
An online primer for PHP. It enables you to run PHP code inside the browser, which is pretty helpful for trying your own code out. | http://www.w3schools.com/php/default.asp |
When you're a little more advanced, and would like to learn things like best practices, and modern trends. | http://www.phptherightway.com |
For visual learners, a collection of around 200 videos on PHP | https://thenewboston.com/videos.php?cat=11 |
* A great tutorial on Regular Expressions | http://regexone.com/ |
Codecademy.com is a great place to learn web development, and other programming skills. Just as another example, here is a link from the site where you can brush up on your HTML skills | https://www.codecademy.com/learn/make-a-website |
The codeigniter website | http://www.codeigniter.com |
A great tutorial for PHP | http://www.w3schools.com/php/default.asp |
A great, interactive tutorial on SQL | http://sqlbolt.com |